Skip to main content
Glama

Treasury

treasury
Read-onlyIdempotent

Read the public market treasury balance and its newest listing-fee records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNodefault and maximum 50
before_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that it reads the treasury balance and newest listing-fee records, but it does not disclose pagination behavior, rate limits, or return format beyond what annotations provide.

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 a single, front-loaded sentence with no wasted words. It states the core purpose immediately and is appropriately sized for a simple read tool.

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

Completeness3/5

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

With rich read-only annotations and no output schema, the description only needs to cover usage and parameters. It states what data is returned but leaves the 'before_id' parameter unexplained and does not mention pagination, leaving a gap for an agent trying to call it correctly.

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

Parameters2/5

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

Schema description coverage is 50%: 'limit' has a schema description, but 'before_id' is undocumented in the schema and not explained by the tool description. The description says 'newest listing-fee records' but does not clarify what before_id means or how limit interacts with pagination, so it fails to compensate for the coverage gap.

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

Purpose4/5

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

The description gives a clear verb ('Read') and specific resource ('public market treasury balance and its newest listing-fee records'), so an agent knows what the tool does. However, it does not distinguish this tool from siblings like read_listing or world_status, which also involve reading market-related data.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives, nor any prerequisites or exclusions. The phrase 'Read the public market treasury balance...' implies a read operation but provides no usage context.

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