rate_limit_limiter_create
Create a named rate limiter to manage request rates using fixed, sliding, or token bucket algorithms. Configure max calls, window, rate per second, and burst capacity.
Instructions
[rate_limit] Create a named rate limiter. algorithm: fixed (window counter), sliding (no burst), or token_bucket (smooth rate with burst).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| max_calls | No | ||
| window_seconds | No | ||
| algorithm | No | ||
| rate_per_second | No | ||
| burst_capacity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |