Skip to main content
Glama

Weather & Geo Intel MCP

earthquakes

List recent earthquakes worldwide from the USGS feed. Filter by minimum magnitude, look-back window in days, and optionally a bounding box or a point+radius (km). Returns magnitude, place, time, depth and coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoOptional center latitude for a radius search.
lonNoOptional center longitude for a radius search.
daysNoLook back this many days (default 7, max 30).
limitNoMaximum number of quakes to return.
radius_kmNoRadius in km around lat/lon (requires lat+lon).
min_magnitudeNoOnly return quakes at or above this magnitude.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description takes on the full disclosure burden; it does reveal the data source, output fields, and available filters, which is solid. It does not discuss update cadence or default behavior, and the unsupported bounding-box claim is a behavioral inaccuracy that prevents a higher score.

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?

Two tight sentences with the main verb and resource front-loaded, followed by filter and return-value detail. The structure is efficient, though the inaccurate 'bounding box' phrase is an avoidable addition.

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?

For a no-output-schema tool, the description names the returned fields and the filters, and the schema supplies defaults and parameter meanings. However, the claimed bounding-box option is left completely unspecified in the schema, and units/ordering of results are not addressed, so the definition falls short of fully complete.

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 parameter baseline is 3 and the schema already documents each property. The description maps 'look-back window' to days and 'point+radius (km)' to lat/lon/radius_km, but the mention of a bounding box has no corresponding properties, creating a misleading parameter expectation.

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 action (list), the resource (recent earthquakes from the USGS feed), and the domain, which is sharply distinct from the weather/elevation/geocode siblings. It loses a point because it advertises 'optionally a bounding box' even though the input schema has no bounding-box parameters.

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 use case is explicit: call this when you need recent earthquake data worldwide, and the sibling tools are unrelated enough that no exclusion list is necessary. There are no prerequisites or cautionary conditions stated, but none are obviously required for this read-only feed.

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
Disambiguation5/5

Each tool targets a distinct query type: seismic events, elevation, geocoding, weather alerts, current observations, and forecasts. There is no meaningful overlap, and the weather_current/weather_forecast/weather_alerts trio is clearly separated by description.

Naming Consistency4/5

Tool names are lowercase and simple, with a clear weather_ prefix grouping the NWS-related tools. The main minor deviation is geocode being verb-style while earthquakes and elevation are noun-style, but the overall pattern remains predictable.

Tool Count5/5

Six tools is a well-scoped size for a weather and geo intelligence server. Each tool earns its place and together they cover the major natural query categories without unnecessary overlap or bloat.

Completeness4/5

The server supports the core workflow of taking a text location, geocoding it, and then getting elevation, current weather, forecast, or earthquake data. Minor gaps like missing reverse geocoding or location-based alert search are workable but not critical.