Skip to main content
Glama

eudr

Wallet balance and what it covers

eudr_account_usage
Idempotent

Report this organisation's credit balance, how many signed statements it will cover, and what has been spent. Checking plots, looking up references, assessing supplier gaps and reading traces cost nothing and are always available — only compiling a signed statement draws the balance down. Use this before starting a batch of compiles so the user is not surprised part-way through. The first call for an organisation writes: it opens the wallet, grants the welcome credits and records that grant as the opening ledger line. Every call after that only reads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
charged_unitYes
organisationYes
credits_spentNo
free_of_chargeYes
balance_creditsYes
recent_activityNo
credits_receivedNo
analyses_remainingYes
credits_per_analysisYes
welcome_credits_granted_atNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations only indicate idempotentHint=true and readOnlyHint=false, but the description adds critical nuance: the first call for an organisation writes (opens wallet, grants credits, records ledger line), while all subsequent calls are read-only. This is beyond what annotations convey and is essential for correct usage.

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 compact yet information-dense. Each sentence serves a purpose: the first defines output, the second lists free operations, the third gives usage guidance, and the fourth clarifies the write-on-first-call behavior. It is front-loaded with the core purpose and avoids fluff.

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?

Given no parameters and an existing output schema (not shown but present), the description fully covers what an agent needs: the tool's purpose, when to use it, side-effect behavior, and cost implications. No critical information is missing for a tool of this simplicity.

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 and the schema coverage is 100%, so no parameter documentation is needed. The description focuses on output content and usage context instead, which is appropriate. Baseline for zero params is 4, and the description adds no param-specific details (none needed).

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 precise statement of what the tool reports: credit balance, signed-statement coverage, and spent amount. It clearly differentiates from sibling tools by focusing on wallet/account status rather than on specific actions like checking plots or looking up references, naming those free operations explicitly.

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 guidance is given: 'Use this before starting a batch of compiles so the user is not surprised part-way through.' It also clarifies which operations are free versus which draw down the balance, giving the agent a concrete decision rule for when to invoke this tool.

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.