list_context_sections
List the project's context sections - LIGHT: each item = {uuid, title, type, languages, position}, WITHOUT the body. This is the token-cheap way to see the shape of the project context: skim the titles, then get_context_section only the one(s) you need, or search_context_sections to find text - instead of reading the whole context. Pass language to get the EFFECTIVE context for one language (all-languages + scoped) in a single call. Returns {items, total}. READ-ONLY, 0 credits.
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. |
language | string | optionnel | Optional target-language code. When set, returns the EFFECTIVE context for that language in one call - the all-languages sections PLUS the ones scoped to this code (agnostic + scoped), still light (no bodies). Omit to list every section. |
{ "tool": "list_context_sections", "arguments": {}}