Skip to content

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.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
rule_typestringoptionalFilter to one rule type. (translation, do_not_translate, forbidden)
qstringoptionalCase-insensitive substring filter on the term.
limitintegeroptional
{
"tool": "glossary_list",
"arguments": {}
}