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.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
task_id | string | required | The task's uuid or its short per-project number. |
Example
Section titled “Example”{ "tool": "get_project_task", "arguments": { "task_id": "<task_id>" }}