Skip to main content
Glama

NWS Weather Alerts

Server Details

Active weather alerts and warnings from the National Weather Service

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: get_alerts retrieves alerts by state, get_alert_detail provides details for a specific alert ID, and get_forecast returns weather forecasts by location. The descriptions clearly differentiate their functions, eliminating any potential for misselection.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with 'get_' prefix (get_alerts, get_alert_detail, get_forecast). This predictable naming convention makes the tool set easy to understand and navigate without any deviations in style.

Tool Count4/5

Three tools is reasonable for a weather alerts server, covering core functions: listing alerts, getting alert details, and retrieving forecasts. It's slightly minimal but well-scoped; adding tools like historical data or radar might enhance it, but the current count is appropriate for basic operations.

Completeness4/5

The tool set covers essential weather alert workflows: fetching alerts, accessing details, and obtaining forecasts. Minor gaps exist, such as no tools for historical alerts or broader geographic queries beyond states, but agents can work around these with the provided tools for most common use cases.

Available Tools

3 tools
get_alert_detailInspect

Get full details of a specific NWS weather alert by its ID.

Returns the complete alert including description, instructions, and
affected areas. Use alert IDs from get_alerts results.

Args:
    alert_id: The full NWS alert ID (e.g. 'urn:oid:2.49.0.1.840.0.xxx').
ParametersJSON Schema
NameRequiredDescriptionDefault
alert_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_alertsInspect

Get active NWS weather alerts for a US state.

Returns current weather alerts including watches, warnings, and advisories
issued by the National Weather Service.

Args:
    state: Two-letter US state abbreviation (e.g. 'CA', 'TX', 'NY').
    severity: Filter by severity level: 'Extreme', 'Severe', 'Moderate', or 'Minor'.
    event: Filter by event type (e.g. 'Tornado Warning', 'Flash Flood Watch').
    limit: Maximum number of alerts to return (default 25, max 500).
ParametersJSON Schema
NameRequiredDescriptionDefault
eventNo
limitNo
stateYes
severityNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_forecastInspect

Get the weather forecast for a specific latitude/longitude location.

Returns a multi-day forecast from the National Weather Service. Works for
any location within the United States and its territories.

Args:
    latitude: Latitude of the location (e.g. 38.8894 for Washington DC).
    longitude: Longitude of the location (e.g. -77.0352 for Washington DC).
ParametersJSON Schema
NameRequiredDescriptionDefault
latitudeYes
longitudeYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources