Skip to content

delete_context_section

Delete a context section by section_id. Irreversible from here. Needs a project:settings:write (or mcp:*) key. Unknown id is a 404.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
section_idstringrequiredThe section's uuid.
{
"tool": "delete_context_section",
"arguments": {
"section_id": "<section_id>"
}
}