Aller au contenu

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.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
rule_typestringoptionnelFilter to one rule type. (translation, do_not_translate, forbidden)
qstringoptionnelCase-insensitive substring filter on the term.
limitintegeroptionnel
{
"tool": "glossary_list",
"arguments": {}
}