Skip to main content
Glama

weather-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.

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden and does help by stating the output fields. However, it claims 'optionally a bounding box' while the input schema exposes no bounding-box parameters, and it gives no caveats about rate limits or feed limitations.

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?

Two dense, purposeful sentences. The main purpose is front-loaded, and every clause contributes either a filtering dimension or a return-field detail. No filler or redundancy.

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?

The return-field list helps compensate for the missing output schema, and defaults are covered by the schema. However, the unsupported bounding-box promise is a real completeness gap, and the relationship between radius_km and lat/lon is not explained.

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 coverage is 100%, so the schema already documents all six parameters. The description adds useful semantic grouping around magnitude, look-back window, and point+radius, but its bounding-box claim is not backed by actual schema parameters, which slightly reduces reliability.

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 starts with a clear verb and resource: 'List recent earthquakes worldwide from the USGS feed.' It enumerates filtering dimensions, making the tool's job unambiguous and easily distinguishable from the weather, elevation, and geocode sibling tools.

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 description clearly frames when to use the tool: when recent earthquake data from the USGS feed is needed. It does not explicitly name alternatives or exclusion conditions, but the domain separation from the sibling tools makes the appropriate choice evident.

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.3/5.0
Disambiguation5/5

Each tool maps to a distinct data source and purpose: geocode converts addresses, elevation samples terrain, earthquakes returns seismic events, and the weather_* tools clearly separate alerts, current observations, and forecast. No two tools would plausibly return the same data.

Naming Consistency4/5

All names are lowercase snake_case and descriptive, with weather_ prefix clearly grouping NWS tools. geocode is a verb-like single word rather than a noun/resource, and earthquakes/elevation lack the weather_ prefix, so there are minor deviations from a fully uniform pattern.

Tool Count5/5

Six tools is well-scoped for a US-focused weather and environmental intel server. Each tool covers a separate dataset with no redundant utilities, while keeping the surface small enough for an agent to navigate easily.

Completeness5/5

The server covers the essential US weather workflows: geocoding from an address, current conditions, multi-day forecast, and alerts, plus related elevation and earthquake data. No critical gaps are implied by the stated purpose and tool surface.