Skip to main content
Glama

Slacking.biz — SEC Financial Data + US Economics + Demographics + FX

nws_forecast

Get official NWS weather forecast (7-day periods: temperature, wind, short/detailed forecast) for a latitude/longitude. Source: NOAA National Weather Service (free for any purpose).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude (e.g. 39.7456)
lonYesLongitude (e.g. -97.0892)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It adds useful context: it is official NWS data, free for any purpose, and returns 7-day periods with specific elements. However, it omits important behavioral details such as US-only coverage, output format (JSON), coordinate bounds, and potential error cases. This is a moderate disclosure.

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 a single, front-loaded sentence that captures the core purpose and key output details, followed by a brief source note. No wasted words; all information is relevant.

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?

Given the low complexity (2 params) and absence of an output schema, the description provides a good overview of what is returned (periods, temperature, wind, short/detailed forecast) and the source. However, it misses the US-only limitation and does not describe the exact response structure, leaving minor gaps for an agent.

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% (lat and lon are fully described), so the description adds little beyond what the schema already shows. It merely refers to latitude/longitude as the input, which is already in the property descriptions. The baseline of 3 is appropriate.

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') and a clear resource ('official NWS weather forecast'), and explicitly states the output content (7-day periods, temperature, wind, short/detailed forecast) and input (latitude/longitude). It is distinct from sibling tools like nws_alerts and other data-heavy tools.

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?

The description clearly implies use when you need a weather forecast for a given latitude/longitude. It does not explicitly state when not to use it or mention alternatives, but the context is clear enough to differentiate from nws_alerts (which is for alerts) and other financial/demographic tools.

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