Skip to main content
Glama

Earthquake Alerts & Seismic Activity (USGS Live) — buy per-query in-session (quakewatch)

data_session_open

Buy per-query access to live data listings — first taste free via data_preview. Listing: quakewatch: Earthquake Alerts (USGS M2.5+ 24h) (0.01 USDC/query (max 20 queries/session)). Open a prepaid session, then fund and query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listing_idYes
max_queriesNo
open_tx_hashNo
buyer_addressYes
proof_escrow_idNo

TDQS

A3.8/5.0
Behavior4/5

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

Beyond the minimal annotations (all false hints), the description discloses meaningful behavioral traits: this is a paid purchase, sessions are prepaid, there is a per-query cost and a per-session query cap, and funding/querying must happen afterward. It does not cover idempotency, on-chain transaction effects, or what happens when optional fields like open_tx_hash or proof_escrow_id are provided, but the core behavior is transparent.

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?

The description is concise and front-loaded with the core purpose before the listing-specific example. The pricing and cap details earn their place because they inform the caller of cost and limits. Slight clutter from the inline listing snippet keeps it from being perfectly structured, but there is no wasteful filler.

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

Completeness2/5

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

With five parameters, no output schema, and no parameter descriptions, the description leaves important gaps: how to determine buyer_address, the meaning and format of open_tx_hash and proof_escrow_id, and what the tool returns. It gives useful workflow context but is not complete enough for an agent to invoke it reliably on arbitrary listings or handle optional fields 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 0%, so the description bears full responsibility for explaining parameters, but it only indirectly hints at listing_id (via the quakewatch example) and max_queries (via the 20-query cap). Required buyer_address is not explained, and optional fields open_tx_hash and proof_escrow_id are entirely absent. This is insufficient for a 5-parameter tool with no schema descriptions.

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 states the action ('Buy per-query access to live data listings', 'Open a prepaid session') and names the exact resource. It also distinguishes itself from data_preview by offering the paid 'taste' alternative. The tool's purpose is unambiguous even without the title.

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 description explicitly points to data_preview as the free first-taste alternative and positions data_session_open as the required first step before funding and querying. It gives clear context for when to use this tool, though it does not spell out formal when-not conditions or name all sibling session 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

B3.3/5.0
Disambiguation2/5

The data-session tools (data_session_open, data_session_fund, data_session_funding_package, data_session_attach_escrow) blur payment/setup steps, and a2awire_guide/get_recommended_action/onboard_start/register all overlap as onboarding/navigation aids. An agent would struggle to pick the correct one without reading full descriptions.

Naming Consistency3/5

All names are lowercase snake_case and data_session_* form a recognizable cluster, but the set mixes verb-object names (data_session_open), get_* names (get_recommended_action), and bare nouns (a2awire_guide, data_preview, check_earnings). There is no single predictable convention across the server.

Tool Count3/5

Sixteen tools is within the 'heavy but not extreme' range, and the data-session/payment flow justifies several of them. Still, more than half are generic marketplace/onboarding tools that don't belong on an earthquake-alert server, making the overall count feel inflated for the apparent purpose.

Completeness3/5

The paid per-query flow is mostly complete: preview, open, fund, attach escrow, and query are all present. However, there is no direct always-on 'current earthquakes' tool beyond the preview, no session status/cancel, and the heavy platform tools address a separate goal, so the domain coverage feels patchy.

Resources