Skip to main content
Glama

Kirk — Unsupervised Structural Change Detection

Show Billing Balance

kirk_billing_show
Read-only

Return 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

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true and destructiveHint=false, and the description adds no contradiction. It enriches this with zero-cost invocation, callable at balance=0, and the specific account state fields returned, which is useful behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with labeled sections and every line carries operational information: returns, use cases, exclusions, path fit, and cost. It is thorough without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a no-parameter, read-only tool with an existing output schema and clear annotations, the description covers when to use it, what it returns, cost behavior, and availability. No material gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so there is nothing for the description to explain beyond the empty schema. The baseline of 4 applies because the schema fully covers the parameter surface.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb ('Return') and enumerates the exact outputs: account_id, IU balance, USD equivalent, frozen flag, and recent ledger entries. This clearly distinguishes it from sibling billing tools and the inline `_cost` envelope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit 'Use when' and 'Do not use when' sections specify the intended scenarios (checking credit before large batch, debugging charges) and explicitly advise against using it for per-call cost, directing to the `_cost` envelope. It also clarifies the MCP-only path fit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.