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.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
rule_type | string | optional | Filter to one rule type. (translation, do_not_translate, forbidden) |
q | string | optional | Case-insensitive substring filter on the term. |
limit | integer | optional |
Example
Section titled “Example”{ "tool": "glossary_list", "arguments": {}}