Skip to main content
Glama
lzinga

US Government Open Data MCP

by lzinga

nws_alert

Read-onlyIdempotent

Retrieve a specific National Weather Service alert by its URN or full URL, using the ID from active alerts to access detailed warning information.

Instructions

Get a single NWS alert by its URN (e.g. 'urn:oid:2.49.0.1.840…'). Use the id from nws_alerts_active; full URLs are also accepted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAlert URN from nws_alerts_active (e.g. 'urn:oid:2.49.0.1.840…')

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2026.9.14

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description doesn't need to repeat safety. It adds the useful detail about accepting full URLs, which is beyond annotations. However, no additional behavioral context like response count or error cases is provided, but given the annotations, this is adequate.

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 sentences with zero waste. The core purpose and the critical usage guidance (use id from nws_alerts_active, accept full URLs) are front-loaded. Every word 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 single-parameter tool with a clear schema and rich annotations, the description covers necessary usage. It doesn't explain the return format, but since there is no output schema, the agent might expect a general alert object; however, given the simplicity and the sibling nws_alerts_active, this is not a blocking gap.

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% and the description repeats the format. The only added value is clarifying that full URLs are accepted, which the schema doesn't specify. This is a small increment above the baseline.

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?

States a specific verb ('Get') and resource ('a single NWS alert by its URN'), and clarifies it is the detail counterpart to nws_alerts_active. The purpose is unmistakable.

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 instructs to use the `id` from nws_alerts_active, and notes that full URLs are also accepted, which is critical for the agent to know the input format.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools