Skip to main content
Glama

Weather MCP

by gifflet

get-alerts

Receive real-time weather alerts for any U.S. state by providing a two-letter state code, ensuring timely updates on severe conditions via the Weather MCP server.

Instructions

Get weather alerts for a state

Input Schema

NameRequiredDescriptionDefault
stateYesTwo-letter state code (e.g. CA, NY)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "state": { "description": "Two-letter state code (e.g. CA, NY)", "maxLength": 2, "minLength": 2, "type": "string" } }, "required": [ "state" ], "type": "object" }
Install Server

Other Tools from Weather MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gifflet/weather-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server