Show Billing Balance
kirk_billing_showReturn the caller's account_id, IU balance, USD equivalent at list, frozen flag, and recent ledger entries.
Purpose: Surface the caller's current billing state — what they can spend, whether the account is frozen, and how recent entries landed.
Use when: The caller wants to check available credit before committing to a large batch, or you are debugging a "why-was-I-charged" question.
Do not use when: You just need per-call cost — the _cost
envelope on every agent-driven tool result carries that inline
without a separate call.
Capability class(es): Meta (account state), not a capability of the scoring engine.
Path fit: MCP only. Enterprise in-process deployments have their own billing surface (invoiced separately).
Cost: 0 IU. Callable at balance=0 so a customer with zero credit can still self-serve to top up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||