Skip to main content
Glama

explain_accounts

A plain-English reading of a set of figures, written for a director who is not an accountant: what the derived balance sheet says about the company and anything that needs attention before filing. Only the derived sheet is sent to the model, no company name or number. Quota-charged; identical figures are answered from cache free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
figuresYesThe figures behind a small-company balance sheet. ALL amounts in major units.
jurisdictionYesISO country code. Register access exists for GB and AU.GB

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does a good job: it discloses the privacy boundary (no company name/number sent), the quota/cache behavior, and the narrative style/audience. It stops short of stating what happens on invalid figures or how 'derived' figures should be prepared, but the core behavioral traits are transparent.

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?

Three sentences, each carrying distinct information: purpose, privacy constraint, and quota/cache behavior. The key purpose is front-loaded and there is no redundant wording.

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?

The description gives the output type (plain-English reading), the audience, the input boundary, and cost behavior, which is sufficient given the fully-described schema. The only ambiguity is what 'derived sheet' means and how it relates to the figures object, but the schema resolves most of the input structure.

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

Parameters3/5

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

The schema already describes all parameters in detail (100% coverage), so the baseline is 3. The description only adds that the figures object is the entire 'derived sheet' sent to the model, which is a mild semantic clarification but doesn't expand on individual parameters.

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 phrase ('a plain-English reading') and identifies the resource ('a set of figures' / 'derived balance sheet'), the audience, and the output content ('what the derived balance sheet says... anything that needs attention before filing'). This makes the tool's purpose distinct from siblings like check_accounts, which implies validation rather than explanation.

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

Usage Guidelines3/5

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

The description implies when to use the tool: before filing, for a non-accountant director, and it notes that only the derived sheet is sent to the model. However, it never explicitly names alternatives or states when not to use it (e.g., versus check_accounts), leaving the routing partly to inference.

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.

Resources