get_rate_limit
Retrieve a rate limit's full conditions and grouping definition using its unique identifier. Ideal for inspecting specific policies after listing available IDs.
Instructions
Get one rate limit by id and return its full conditions and grouping definition. Use list_rate_limits to discover ids or compare policies first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the rate limit |
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 |