Skip to content

annotate

Append one readable line to the current session's thread - a human-facing step summary, NOT structured data. Use it to narrate what you are doing at a level a project owner can follow ('Found 12 keys with fr placeholder drift; repairing'). Optional; the thread stays faithful without it because real mutations are auto-captured. Free (0 credits).

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
session_idstringoptionalAgent session id returned by session_start. Optional: defaults to this server's active session, so you normally omit it after calling session_start.
summarystringrequiredThe readable one-line step summary to append to the thread.
levelstringoptionalinfo for normal progress; warning to flag something the human should notice. (info, warning)
payloadobjectoptionalOptional structured detail rendered when the line is expanded in the dashboard.
{
"tool": "annotate",
"arguments": {
"summary": "<summary>"
}
}