Skip to main content
Glama

x402 Toolbox

Aggregated market snapshot

get_market_snapshot

Gas price + ETH/USD price + latest Base block in one call. Optional ?ref= pays that wallet a referral cut. Free via MCP; the same data is also available pay-per-call at https://lab.paidapis.net/api/market-snapshot for production/agentic use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full disclosure burden; it does add real behavioral context by stating the MCP path is free, that a referral cut is paid via ?ref=<address>, and that the same data is sold pay-per-call elsewhere. However it says nothing about return format, rate limits, or freshness/latency of the snapshot, leaving meaningful gaps for a tool with zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three tight sentences, front-loaded with the payload contents before the referral and pricing details. The pricing/URL sentence is somewhat promotional but conveys genuinely useful cost information, so it mostly earns its place.

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?

With no output schema, the description compensates by naming the three returned values, and it covers the cost model. For a zero-parameter read tool this is nearly complete, though freshness, format, and whether the referral option applies over MCP remain unstated.

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?

Zero declared parameters, so the schema baseline is 4. The description goes beyond the empty input schema by documenting an optional ?ref=<address> option and its effect (referral cut), though it is unclear whether that query parameter applies to the MCP invocation or only the HTTP endpoint, which introduces slight ambiguity.

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?

States a specific verb (get) and an aggregated resource, then enumerates exactly what is bundled: gas price, ETH/USD price, and the latest Base block. The phrase 'in one call' distinguishes it from single-purpose siblings like get_gas_metrics or get_reliable_eth_price without requiring the agent to open their schemas.

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?

Implies the selection condition well - use this when you need all three data points at once - and names an alternative channel (pay-per-call at the HTTP endpoint) with its intended context (production/agentic use). It does not explicitly say when NOT to use it or route the agent to the narrower sibling tools for single-metric needs.

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