rate_limit_limiter_check
Check if a request is allowed without consuming tokens. Returns rate limit status including remaining tokens and reset time for API management.
Instructions
[rate_limit] Check if a request is allowed WITHOUT consuming a token. Returns {allowed, remaining, reset_in_seconds} or {allowed, tokens, wait_seconds} for token bucket.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cost | No |