Skip to main content
Glama

tf_climate_weather_alerts

Read-onlyIdempotent

Fetches active alerts from api.weather.gov filtered by area (2-letter state code), exact NWS event name, severity, urgency, and status. Returns id, event, severity, urgency, certainty, headline, description, areaDesc, sent/effective/expires/ends, sender_name, web URL. 60s cache. US Government public domain. US-only coverage. Use for situational awareness on active weather hazards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNo2-letter US state code, e.g. CA, NY. Optional.
eventNoExact NWS event name, e.g. "Tornado Warning", "Heat Advisory". Optional.
limitNo1..100, default 50.
statusNoActual | Exercise | System | Test | Draft. Optional.
urgencyNoImmediate | Expected | Future | Past | Unknown. Optional.
severityNoExtreme | Severe | Moderate | Minor | Unknown. Optional.

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnly/openWorld/idempotent annotations, the description adds valuable behavioral details: '60s cache,' 'US Government public domain,' 'US-only coverage,' and the list of returned fields. This transparently discloses data source, caching, and geographic scope, with no contradiction to annotations.

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 concise and front-loaded: purpose first, then return fields, then cache/coverage, and finally use case. Every sentence adds value, especially the return field list which is necessary given no output schema. No wasted words.

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?

For a tool with 6 optional parameters and no output schema, the description covers all essential aspects: filters, return fields, caching, geographic limitation, and use case. It is self-sufficient for an agent to decide when and how to use it, and it complements the schema and annotations well.

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% (all 6 parameters have descriptions), so the baseline is 3. The description largely echoes the schema (e.g., '2-letter state code,' 'exact NWS event name') without adding meaningful extra semantics beyond summarization. It doesn't elaborate on interplay or edge cases.

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 clearly states it 'Fetches active alerts from api.weather.gov' with specific filters (area, event, severity, urgency, status), making the tool's function unambiguous and distinct from sibling climate tools like earthquakes. It also lists the exact return fields, reinforcing purpose.

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

Usage Guidelines4/5

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

Provides clear context for when to use it: 'Use for situational awareness on active weather hazards.' This gives a strong usage context, though it does not explicitly mention when not to use it or alternatives. Since it doesn't exclude any alternatives, it falls just short of a 5.

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.

TDQS

A4.2/5.0
Disambiguation4/5

Most tools have clearly distinct purposes (e.g., tf_btc_price vs tf_fear_greed), but there is some overlap between free and premium aggregated tools (e.g., tf_briefing, tf_premium_briefing, tf_premium_agent_context). However, descriptions explicitly differentiate them by content and cost.

Naming Consistency5/5

All tools follow a consistent pattern: 'tf_' prefix (with 'tf_premium_' for premium ones) and snake_case. Names are descriptive and predictable, e.g., tf_btc_price, tf_earthquakes, tf_premium_macro.

Tool Count3/5

27 tools is on the high side, but the server covers a broad domain (crypto, finance, earthquakes, AI trends, payment system, etc.). Each tool serves a specific purpose, so the count is borderline acceptable but feels slightly heavy.

Completeness4/5

The tool surface covers a wide range of data feeds: crypto, forex, macro indicators, earthquakes, HN, HuggingFace, prediction markets, payment system, and service status. Minor gaps exist (e.g., no dedicated stock prices tool beyond premium macro, no weather), but overall it's comprehensive for a terminal feed.