reset_usage_limit_entity
Reset a tracked entity's usage counter to clear its limit and immediately restore access under the specified policy.
Instructions
Reset the current usage counter for one tracked usage-limit entity. This changes enforcement immediately for that exact policy and entity, so use the entity id returned by list_usage_limit_entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit_id | Yes | Usage-limit policy UUID | |
| entity_id | Yes | Tracked entity UUID to reset |
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 |