tracer-execute
Execute Tracer API actions on rules, limits, validations, and audit-events. Supports create, list, activate, and verify operations with required confirmation and audit reason for mutations.
Instructions
Execute Tracer API actions. Use tracer-discover first to inspect rule/limit transitions, validation request bodies, audit filters, and operational endpoints before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for create/update/validate actions. | |
| action | Yes | Tracer action to perform (e.g. "create", "list", "activate", "getUsage", "verifyHashChain"). | |
| headers | No | Optional allowlisted headers from the action contract. Configured TRACER_API_KEY remains authoritative. | |
| resource | Yes | Tracer resource name (e.g. "rules", "limits", "validations", "audit-events", "system"). | |
| pathParams | No | Path parameters as key-value pairs. | |
| queryParams | No | Query parameters for list/filter actions. | |
| mutationReason | No | Human-readable audit reason required for mutating live API actions. | |
| confirmMutation | No | Required as true for POST, PUT, PATCH, or DELETE live API actions. |