Aller au contenu

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.

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