Aller au contenu

get_context_section

Read ONE context section in full, including its body. Address it by section_id (the uuid from list_context_sections / search_context_sections). Use this after list/search to pull only the section you actually need. READ-ONLY, 0 credits. Unknown id is a 404.

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