Skip to main content
Glama

weather_alerts

Active NOAA NWS severe weather alerts — watches, warnings, advisories by state or zone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoneNoNWS zone ID
stateNo2-letter state code e.g. CA

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations are empty, so the description must convey behavioral traits. It indicates a read operation (retrieving active alerts) but omits details like data freshness, rate limits, or response format. Adequate for a simple tool but not fully transparent.

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, well-structured sentence with no verbose or redundant phrasing. Every element 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?

For a simple list tool with two optional parameters and no output schema, the description covers the core purpose and filtering scope. However, it could clarify the return format or alert types to be fully self-contained.

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% (zone and state have descriptions). The tool description paraphrases the parameter purpose ('by state or zone') but adds no new meaning beyond the schema. Baseline 3 is appropriate.

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 retrieves active NOAA NWS severe weather alerts (watches, warnings, advisories) and specifies filtering by state or zone. This distinguishes it from sibling weather tools like weather_current_global or weather_forecast_grid.

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 implies usage for fetching severe weather alerts but provides no explicit guidance on when to use it versus alternative sibling tools (e.g., weather_forecast_grid, weather_bias). No when-not-to-use or prerequisite info.

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.

Resources