rate_limit_limiter_acquire
Acquire rate limit tokens to manage API call frequency, checking availability and consuming tokens when allowed to prevent exceeding limits.
Instructions
[rate_limit] Atomically check AND consume — the most common operation. If allowed, consumes a token and returns {allowed: true, ...}. If denied, returns {allowed: false, ...} without consuming.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cost | No |