add_task_comment
Post a comment on a task (Markdown), visible to the human on the task's fiche. Provide options (2 - 5 short, clear choices) to make it a DECISION REQUEST when a choice belongs to the human - then poll list_task_comments until that comment carries an answer. The human answers in the dashboard or with sonenta tasks answer; a dashboard answer is authoritative.
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. |
body | string | optional | Markdown comment body. |
options | array | optional | Choices → makes this a decision request awaiting a human answer. |
Example
Section titled “Example”{ "tool": "add_task_comment", "arguments": { "task_id": "<task_id>" }}