Skip to main content
Glama

x402 Toolbox

Signed oracle attestation history

get_attestation_log

Persisted, doubly-signed log of past oracle attestations from this server. Free via MCP; the same data is also available pay-per-call at https://lab.paidapis.net/api/attestation-log for production/agentic use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries to return, 1-100 (default 20).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden, and it does disclose two useful traits: the entries are persisted history and they are 'doubly-signed' (an authenticity property an agent can rely on). It does not say whether the log is append-only, its retention window, or what an entry contains, and there is no output schema to fill that gap.

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 sentences, front-loaded with the tool's identity before the access/pricing note, with no filler. Every clause carries information an agent can act on.

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?

For a one-optional-parameter read tool with no annotations and no output schema, the description covers identity and access but not the shape or size of what comes back, so an agent cannot tell how to interpret results. It is adequate but leaves a real gap.

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?

Schema description coverage is 100% (the single 'limit' parameter documents range 1-100 and default 20), so the baseline is 3. The description adds nothing about pagination or ordering semantics beyond what the schema already states.

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 states the resource precisely - a persisted, doubly-signed log of past oracle attestations from this server - which is specific enough to separate it from every sibling (verify_tx, get_reputation, get_gas_*). The retrieval verb is only implied by the name rather than stated ('get/list'), so it falls just short of the top mark.

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 statement of when to reach for this tool versus the many sibling read tools, and no prerequisites or exclusions. The only conditional language concerns free-via-MCP versus pay-per-call access, which is a pricing note rather than usage guidance.

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