Aller au contenu

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).

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
namespacestringoptionnel
language_codestringoptionnel
statusstringoptionnelDefaults to open. Pass all to count every status.
{
"tool": "missing_keys_stats",
"arguments": {}
}