get_remaining_budget
Retrieve the remaining token budget for a specified agent, including total allocated, consumed, and protected minimum.
Instructions
Return a single agent's current remaining token budget, along with its allocated total, consumed total, priority, and protected minimum reserve. Use this to check whether an agent is close to starved before deciding whether to request a reallocation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The registered agent to look up. |