Skip to main content
Glama

get_budget

Return remaining daily allowance and policy summary. Read-only. If blocked by limits, ask the human user — do not retry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It explicitly declares 'Read-only' and discloses that calls may be blocked by limits, with clear no-retry guidance. It omits details like response format or units, but for a zero-input read-only tool this is adequate.

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?

Two short sentences with no filler. The core purpose is front-loaded, and every clause carries information: what it returns, that it is safe, and how to handle blocking.

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

Completeness4/5

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

It covers the return value, the read-only nature, and the failure behavior. No output schema exists, so the description's mention of 'remaining daily allowance and policy summary' serves as the return contract; it is adequate though it could specify format or units. Overall complete for a 0-parameter tool.

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?

With zero parameters and an empty input schema, there are no parameter semantics to document; the baseline is 4. The description adds meaning by clarifying what the tool returns, which is sufficient for a parameterless tool.

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 uses a specific verb ('Return') and names the exact resource ('remaining daily allowance and policy summary'). It is clearly differentiated from the payment/capability siblings, so an agent can select it without opening schemas.

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

Usage Guidelines4/5

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

The first sentence implies this is the tool to check available budget before payment operations, and the explicit instruction 'If blocked by limits, ask the human user — do not retry' gives actionable guidance for an edge case. It does not name specific sibling alternatives, but the context is clear.

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.