glossary_list
List a project's glossary entries - the terminology rules the backend applies when matching source strings. Filters: rule_type (translation | do_not_translate | forbidden), q (case-insensitive substring on the term), limit (1..500, default 200). Returns {items: [GlossaryEntry], total}. Matching itself is backend-side; this only lists the rules.
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. |
rule_type | string | optionnel | Filter to one rule type. (translation, do_not_translate, forbidden) |
q | string | optionnel | Case-insensitive substring filter on the term. |
limit | integer | optionnel |
{ "tool": "glossary_list", "arguments": {}}