minimax_wait_for_quota
Wait until MiniMax quota recharges above a target percent before continuing tasks. Polls status periodically and returns when the remaining quota threshold is met.
Instructions
Block until the 5h window remaining percent exceeds target_remaining_percent.
Polls minimax_status() every poll_seconds and exits when
the threshold is satisfied (default = pause_threshold_remaining_pct).
Cancellable by closing the MCP connection. Intended for use by an
agent that wants to truly pause (not just sleep a fixed amount).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll_seconds | No | ||
| target_remaining_percent | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||