list_untranslated_keys
List keys that DON'T yet have a valid translation in the target language. A key is untranslated when ANY of: no translation row exists, value is empty, or status is missing. Compact response (no translations[]) so Claude can iterate a long list and propose translations from source_value.
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. |
language_code | string | requis | Required: target BCP-47 language code (e.g. fr). |
namespace | string | optionnel | Namespace slug filter |
include_glossary_hints | boolean | optionnel | When true, attach matched glossary_hints[] to each key (term, rule_type, target_translation, matched_text) - backend-matched against the source string. Default false. |
cursor | string | optionnel | |
limit | integer | optionnel |
{ "tool": "list_untranslated_keys", "arguments": { "language_code": "<language_code>" }}