acknowledge_missing_keys
Batch-resolve a set of missing-event uuids. Use this to clean up the dashboard after deciding events are noise (typo, dead code, locale mismatch) - the project's missing_keys_stats total drops by the count returned. Idempotent: rows already resolved are counted under already_resolved; unknown uuids under not_found. Auto-resolution on key creation already covers the happy path; this is for the events you want to dismiss without creating a key.
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. |
uuids | array | required | Missing-event uuids to mark resolved. |
Example
Section titled “Example”{ "tool": "acknowledge_missing_keys", "arguments": { "uuids": [] }}