glossary_create
Create a glossary entry. rule_type is one of translation | do_not_translate | forbidden and defaults to 'translation'. translations ({
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 | Rule type. Defaults to 'translation'. (translation, do_not_translate, forbidden) |
term | string | required | The source term/phrase the rule applies to. |
translations | object | optional | Per-locale target translations, e.g. {"fr": "tableau de bord"}. Only used for rule_type='translation'. |
case_sensitive | boolean | optional | Match the term case-sensitively. |
note | string | optional | Optional human note. |
Example
Section titled “Example”{ "tool": "glossary_create", "arguments": { "term": "<term>" }}