reset_usage_limit_entity
Reset accumulated usage for a specific entity under a usage limit policy. Confirm the entity first with list_usage_limit_entities.
Instructions
Reset tracked usage for one entity under a usage limit. This changes accumulated usage for that entity only; use list_usage_limit_entities to confirm the target first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit_id | Yes | Usage limit policy ID | |
| entity_id | Yes | Entity ID to reset usage for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |