Skip to main content
Glama
AiAgentKarl

earthquake-mcp-server

by AiAgentKarl

tool_search_earthquakes

Search earthquakes by date range and magnitude. Retrieve seismic data from the USGS Catalog with optional region and result limits.

Instructions

Erdbeben nach Datum und Magnitude suchen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximale Anzahl Ergebnisse (Standard: 20, max: 100)
regionNoBeschreibungstext zur Region (fuer die Ausgabe, nicht API-Filter)
end_dateNoEnddatum (Format: YYYY-MM-DD, Standard: heute)
start_dateYesStartdatum (Format: YYYY-MM-DD)
max_magnitudeNoMaximale Magnitude
min_magnitudeNoMinimale Magnitude

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states a basic function and does not reveal any behavioral traits such as default limits, pagination, return structure, or that the 'region' parameter is non-filtering. For a search tool with multiple parameters, this is insufficient.

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 a single, concise sentence that is immediately clear and front-loaded. Every word serves a purpose, and there is no fluff or extraneous information.

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?

Although an output schema exists and the schema covers all parameters, the description is quite sparse for a tool with six parameters. It lacks usage guidance, alternative references, and any caveats. It is minimally adequate but leaves the agent to infer much from the schema and tool name.

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%, so the schema already documents all six parameters. The description adds only a vague mention of 'date and magnitude' without providing further semantic detail beyond the schema. Baseline 3 applies.

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 clearly states the tool's function: searching earthquakes by date and magnitude. The verb 'suchen' (search) is specific and the resource is named. It doesn't explicitly differentiate from sibling tools, but the general search scope is evident.

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 guidance on when to use this tool versus alternatives. The description does not mention any prerequisites, exclusions, or mention the sibling tools. A clear context for use is absent.

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/AiAgentKarl/earthquake-mcp-server'

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