Skip to main content
Glama

geo_earthquakes

Read-only

Seismic risk brief (bundle) — One call for a US point (address or lat+lon): recent earthquakes within a radius — count, largest magnitude, list, and a seismic-risk level. For insurance, siting, diligence. USGS. JSON. Price: $0.03 USDC (Base, via x402).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNooptional latitude
lonNooptional longitude
daysNooptional lookback days (default 90)
addressYesaddress (or use lat+lon)
radiusKmNooptional radius km (default 250)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful context beyond those: data source (USGS), response format (JSON), one-call bundling, pricing, and the specific output elements.

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 compact and front-loaded, with the core deliverable stated first, followed by use cases, source, format, and price. Every phrase earns its place without redundancy or filler.

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 expected result elements: count, largest magnitude, list, and risk level. It also covers source, input mode, and price. It does not explain the risk-level scale or output structure in detail, but it is adequate for invocation.

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?

Input schema coverage is 100%, so every parameter is already documented. The description reinforces the address-or-lat+lon choice and radius but does not need to add more; baseline 3 is appropriate since the schema carries the semantic weight.

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 states a specific bundled deliverable: a seismic risk brief for a US point yielding recent earthquake count, largest magnitude, list, and risk level. It clearly distinguishes this from sibling geo tools by emphasizing seismic risk rather than general location or geocoding.

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?

It provides clear context: use for a US point via address or lat+lon, and names target use cases (insurance, siting, diligence). It does not explicitly name alternatives or exclusions, but the scope is sufficiently specific to guide selection.

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