Skip to content

complete_task

CLOSE a task with a structured completion QA survey - the preferred way to finish, instead of a free-form note. Fill it CONCISELY (no essay): a verdict, a one-line summary, metrics (numbers → a table), the QA checks you verified, a short journal, and follow_ups. The verdict sets the status: resolved/partial → done, not_applicable → dismissed, blocked → stays in_progress with the report attached.

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 #number.
verdictstringrequiredThe outcome, in one word. (resolved, partial, blocked, not_applicable)
summarystringrequiredONE sentence: what you did.
confidencestringoptionalYour OVERALL confidence in the work (distinct from per-key translation confidence). (high, medium, low)
metricsarrayoptionalThe countable results - renders as a table.
checksarrayoptionalThe QA gates you verified (choose the ones relevant to the task type: placeholders preserved, glossary followed, plurals correct, scope respected, build/tests green…).
journalarrayoptionalShort one-line actions - the precise work trace.
follow_upsarrayoptionalOut-of-scope / left to do, each optionally linked to a task.
{
"tool": "complete_task",
"arguments": {
"task_id": "<task_id>",
"verdict": "resolved",
"summary": "<summary>"
}
}