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).
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. |
namespace | string | optional | |
language_code | string | optional | |
status | string | optional | Defaults to open. Pass all to count every status. |
Example
Section titled “Example”{ "tool": "missing_keys_stats", "arguments": {}}