Skip to main content
Glama

DaedalMap Earthquake Data

Get Live Earthquake Events

get_live_earthquake_events
Read-only

Free live wrapper. Calls the USGS FDSN API for recent preliminary earthquake events normalized to DaedalMap event fields. Use this only when the caller explicitly wants live/preliminary upstream results or needs a very recent window not yet present in the published canonical earthquake lane. This is not the enriched canonical history lane.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoRecent lookback window in hours. Ignored when start_time is provided.
limitNoMaximum live rows to return.
orderbyNoUSGS result ordering.
end_timeNoOptional exclusive-ish ISO-8601 end datetime. Defaults to now.
request_idNoOptional caller-supplied request id for tracing.
start_timeNoOptional inclusive ISO-8601 start datetime.
max_latitudeNoOptional bounding box maximum latitude.
min_latitudeNoOptional bounding box minimum latitude.
max_longitudeNoOptional bounding box maximum longitude.
min_longitudeNoOptional bounding box minimum longitude.
min_magnitudeNoMinimum earthquake magnitude. Defaults to 2.5.

TDQS

A4.4/5.0
Behavior4/5

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

With readOnlyHint=true, the description adds value by explaining the live wrapper behavior, the upstream source, and the preliminary nature of events. It also notes normalization to DaedalMap fields and the distinction from the canonical lane, which provides context beyond the annotation.

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 concise sentences: the first states what it is, the second gives the core functionality, and the third provides usage constraints and exclusions. No filler or repetition, every sentence 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?

Despite 11 parameters and no output schema, the description covers the source API, normalization, live/preliminary scope, and exclusion from the canonical lane. It hints at the return structure via 'normalized to DaedalMap event fields', though it does not detail pagination or timezone specifics. This is adequate for the tool's complexity.

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 fully documents all 11 parameters. The description adds no extra parameter-specific semantics beyond mentioning the lookback window and 'very recent window', which aligns with the hours/start_time fields. This meets the baseline for high schema coverage.

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 tool calls the USGS FDSN API to fetch recent preliminary earthquake events normalized to DaedalMap event fields. It explicitly distinguishes from the canonical history lane and siblings like get_earthquake_events.

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

Usage Guidelines5/5

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

Explicitly says to use only when live/preliminary upstream results are needed or a very recent window is required, and clarifies it is not the enriched canonical history lane. This directly tells the agent when to choose this tool over alternatives.

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

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but get_disaster_link_chain and get_disaster_links_for_event both take an exact event id and return related disaster information, which could cause confusion. The discovery tools (get_catalog, get_pack, get_tool_help) are well-separated.

Naming Consistency4/5

All tools use the get_ prefix except search_disaster_links, which is a minor deviation. The naming style is consistent (get_<noun> or get_<noun>_<qualifier>), so the pattern is predictable with one exception.

Tool Count5/5

The server has 8 tools, which is well within the typical 3-15 range for a domain like earthquake data and disaster links. Each tool covers a distinct aspect: discovery, live vs. canonical queries, and link exploration.

Completeness4/5

The tool surface covers canonical and live earthquake queries, pack discovery, and disaster link search/expansion. Minor gaps include lack of a dedicated single-event retrieval tool (though filters may suffice) and no administrative/update operations, which is expected for a read-focused data server.