missing_keys_stats
Count-only summary of missing-key events for a project. Returns {total, by_status, by_language, by_namespace}. Lightweight (no row payloads). Use this BEFORE list_missing_keys so you know how many pages remain and whether to keep paginating. Filters mirror list_missing_keys; status defaults to open (pass all to count every status).
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. |
namespace | string | optionnel | |
language_code | string | optionnel | |
status | string | optionnel | Defaults to open. Pass all to count every status. |
{ "tool": "missing_keys_stats", "arguments": {}}