Skip to main content
Glama

freshness

Free check before you pay: for every data tool, the content hash and validUntil of its current default result (all chains). If the hash matches what you already hold, nothing changed and there is nothing to buy. Optional name for one tool

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
toolsYes
checkedAtYes

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the disclosure burdenfully. It states that this is an unpaid check, that it does not trigger a purchase, and that a matching hash means nothing new to buy, giving the agent a clear model of the call's behavioral contract. It does not detail error cases or exact return semantics, but that is largely covered by the output schema and it has no clear side effects.

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 few sentences and immediately establishes the key purpose, use case, and the optional input. Every clause or event contributes information: the free-check relationship, the return of hashes and timestamps, the interpretation of a matching hash, and the name constraint. No noise, no redundancy.

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?

Given a single optional input, its covered semantics, and an existing output schema, the description supplies what an agent needs in order to decide whether to call it and what kind of output to expect. It does not specify the format of 'validUntil' or how an agent should interpret the presence of multiple tools in the response, but the output schema plus the compact context interpretation leaves little to ask.

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?

The input schema alone only declares a string property named 'name' with no description, so the description adds significant value by stating that it is an 'optional name for one tool'. This tells the agent that filtering to a single tool is allowed and that omitting it produces the tool's non-filtered result. Lacks additional detail about name format or expected values, but this is adequate for a single optional parameter.

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 clearly identifies the tool's function: a 'freshness check' for all data tools, returning content hash and validUntil of the current default result. It distinguishes itself from data-purchase siblings by framing itself as a free pre-purchase validation step, making the resource and action unmistakable.

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 phrase 'before you pay' and the conditional 'if the hash matches... nothing changed' make the intended use case explicit: consult this tool before deciding whether buying new data is necessary. It notes that passing a name restricts the check to one tool, though it does not explicitly define when not to use it or name alternative tools.

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.

TDQS

C2.9/5.0
Disambiguation2/5

Several tools occupy nearly the same territory: market_state, situation_report, and deep_report all present overlapping per-chain market analysis at different comprehensiveness levels. attest_spec and proof_spec are also near-identical, and attest_status, attestation_stats, and list_attestations use similar attestation vocabulary. Most data tools have unique jobs, but the overlapping report and verification tiers create real misselection risk.

Naming Consistency3/5

The server consistently uses snake_case but mixes noun-style data endpoints like prices and wall_map with command-style actions like attest, buy_key, and verify_reveal. Report names are also uneven: market_state, situation_report, and deep_report signal only vague depth differences. The set is readable but does not follow a single predictable convention.

Tool Count2/5

With 29 tools, this exceeds the heavy threshold and spans roughly four distinct functional areas: market data, attestation, key management, and webhooks. Each tool may earn its place individually, but the overall menu is too large for one MCP server; splitting it into data and attestation/administration servers would be clearer.

Completeness4/5

The attestation lifecycle is well covered with creation, status, listing, reveals, stats, and independent verification, and the key purchase and webhook workflows are also complete. The main gaps are historical-depth data, explicit key revocation, and a direct hire action despite hireable agents being listed, but agents can generally work around these. Core workflows do not dead-end.

Resources