Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

usgs_earthquakes

Read-only

Find earthquake data by magnitude, location, or date range to assess seismic impact, tsunami risk, and alert levels.

Instructions

Search for earthquakes by magnitude, location, date range, and more. Returns magnitude, location, depth, time, alert level, tsunami risk, and felt reports. Magnitude scale: 2.5+ felt by people, 4.0+ moderate, 5.0+ significant, 7.0+ major.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20, max 200)
endtimeNoEnd date ISO format: '2024-12-31'
orderbyNoSort order (default: time)
latitudeNoCenter latitude for radius search
longitudeNoCenter longitude for radius search
starttimeNoStart date ISO format: '2024-01-01'
alertlevelNoPAGER alert level: 'green' (Limited impact — no damage expected), 'yellow' (Regional impact — some damage possible), 'orange' (National/international impact — significant damage likely), 'red' (Massive impact — extensive damage and casualties expected)
maxradiuskmNoSearch radius in km (requires lat/lon)
maxmagnitudeNoMaximum magnitude
minmagnitudeNoMinimum magnitude (e.g. 4.0, 5.0, 6.0)
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds return-field details (magnitude, location, depth, time, alert level, tsunami risk, felt reports) plus a magnitude scale interpretation. This provides useful context beyond the annotation without contradicting it.

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?

Three sentences, each with distinct purpose: purpose, returns, magnitude context. No filler or repetition.

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?

The tool has 10 parameters and no output schema. The description covers the essentials and adds domain context (magnitude scale). It could mention pagination/limit default or that maxradiuskm requires lat/lon, but the schema covers those details.

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?

Schema has 100% parameter descriptions, so baseline is 3. The description adds the magnitude scale (2.5+ felt, 4.0+ moderate, etc.) which helps select appropriate minmagnitude/maxmagnitude values.

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 'Search for earthquakes by magnitude, location, date range, and more' – a specific verb+resource+scope. It distinguishes from sibling tools like usgs_earthquake_count (count-only) and usgs_significant (significant earthquakes only).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context (search by filters) but does not explicitly mention alternatives or when not to use this tool. Siblings like usgs_significant and usgs_earthquake_count serve different purposes but are not referenced.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server