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.
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
section_id | string | requis | The section's uuid. |
{ "tool": "get_context_section", "arguments": { "section_id": "<section_id>" }}