update_rate_limit
Update a rate limit's name, time unit (rpm, rph, rpd), or maximum value by providing its ID. Retrieve the full policy first via get_rate_limit if you need to see immutable conditions.
Instructions
Update a rate limit's name, unit, or value by id. Conditions and group_by are immutable after creation; use get_rate_limit first if you need the full policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the rate limit | |
| name | No | New name for the rate limit | |
| unit | No | New time unit: 'rpm' (per minute), 'rph' (per hour), or 'rpd' (per day) | |
| value | No | New maximum allowed value per unit |
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 |