get_project_task
Read ONE task in full - its Markdown description, commands, agent_prompt, payload, status and history. Address it by its uuid (from list_project_tasks). Use this to understand what to do before acting. READ-ONLY, 0 credits. Unknown id is a 404.
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
task_id | string | requis | The task's uuid or its short per-project number. |
{ "tool": "get_project_task", "arguments": { "task_id": "<task_id>" }}