Skip to content

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

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
namespacestringoptional
language_codestringoptional
statusstringoptionalDefaults to open. Pass all to count every status.
{
"tool": "missing_keys_stats",
"arguments": {}
}