Skip to main content
Glama

SnowSure — Snow & Ski

Storm Watch

get_storm_watch
Read-onlyIdempotent

Storm Watch: named multi-day storm systems the models are flagging days ahead, grouped as one event across every resort in the path and ranked biggest first. Use for "is a storm coming", "what's the next big system", "where will it dump this week". Each event carries its window, the forecast total per resort, and a confidence tier (watching / likely / locked). FORECAST, NOT OBSERVATION — nothing here has fallen yet; use get_snow_report or find_best_powder for snow that already has. Returns no events when nothing is being watched, which is the normal state outside a storm cycle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum events to return (default 10, max 25).
regionNoRestrict to one scan region: north-america, europe, japan, south-america, oceania. Omit for every region.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
markdownNoHuman-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already mark the tool readOnly, idempotent, and non-destructive. The description goes further by explaining that the data is forecast-only, that events carry a confidence tier (watching / likely / locked), and that returning no events is the normal state outside a storm cycle. This adds meaningful behavioral context beyond the annotation flags.

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 front-loaded with what the tool returns, then gives example use cases, then explains the forecast/observation distinction and the empty-state behavior. Despite using a few sentences, every sentence adds information an agent needs for correct selection and interpretation; there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema already covers return fields, the description covers the remaining contextual needs: when to use it, what the events represent, what confidence tiers exist, how results are ordered, the forecast-vs-observation distinction, and the normal empty result. The tool is self-sufficient for correct invocation and interpretation.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by clarifying that 'events' are storm systems spanning multiple resorts, which gives semantic meaning to the limit parameter, and by noting events are ranked biggest first. This is useful context the schema alone does not fully convey.

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 gives a concrete verb and resource: it returns named multi-day storm systems flagged days ahead, grouped as one event across resorts and ranked by size. It clearly distinguishes this from observation-based tools by explicitly saying FORECAST, NOT OBSERVATION, and by naming get_snow_report and find_best_powder as the alternatives for snow that has already fallen.

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?

It provides explicit example queries ('is a storm coming', 'what's the next big system', 'where will it dump this week') and explicitly states when not to use it: for snow that already exists, use get_snow_report or find_best_powder. This gives an agent clear routing criteria.

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