Skip to content

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.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
task_idstringrequiredThe task's uuid or its short per-project number.
bodystringoptionalMarkdown comment body.
optionsarrayoptionalChoices → makes this a decision request awaiting a human answer.
{
"tool": "add_task_comment",
"arguments": {
"task_id": "<task_id>"
}
}