cycles_decide
Check whether an action is allowed under budget without reserving funds. Use at workflow start to decide strategy before committing resources.
Instructions
Lightweight preflight check — ask whether an action would be allowed without reserving budget. Does not create a reservation. Use at workflow start to decide strategy. For concurrency-safe budget locking, use cycles_reserve instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| subject | Yes | ||
| estimate | Yes | ||
| metadata | No | ||
| idempotencyKey | Yes |