Skip to main content
Glama
00aimlds00

Weather MCP Server

by 00aimlds00

get_alerts

Retrieve active weather alerts for any US state by providing its two-letter code. Stay informed about warnings and advisories issued by the National Weather Service.

Instructions

Get weather alerts for a US state.

Args: state: Two-letter US state code (e.g. CA, NY)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations exist, so the description carries the full burden. It clearly communicates a read-only, simple lookup, and the single parameter plus schema cover most of what is needed. However, it does not disclose edge behaviors such as handling of invalid state codes, empty alerts, or whether data is current or delayed, so the behavioral context remains minimal.

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 tight, front-loaded, and has no filler. A single purpose sentence plus a parameter explanation is the appropriate size for a one-parameter tool.

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?

This is a low-complexity tool: one required parameter, a documented parameter format, and an output schema that bounds the return shape. The description is sufficient for invocation. The main gap is the lack of any reference to the sibling tool, but that is more relevant for usage guidance.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has no string descriptions, so the 'Args' section adds useful semantics by explaining that 'state' is a two-letter US state code and provides examples (CA, NY). This meaning is necessary and helpful beyond the Schema.

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 uses a specific verb ('Get'), a distinct resource ('weather alerts'), and a clear scope ('US state'). It likely differentiates from the sibling tool 'get_forecast' solely by the alert-vs-forecast distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool instead of 'get_forecast', nor are any exclusions or conditions given. An agent is left to infer the selection based on the tool name alone rather than on explicit instructions in the description.

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

Install Server

Other Tools

Latest Blog Posts

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/00aimlds00/weather-mcp-server'

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