Skip to main content
Glama

get_briefing

Combines current conditions, forecast, alerts, and SPC outlook into a single weather briefing for any US location. Supports standard and full detail levels with customizable units.

Instructions

Get a comprehensive weather briefing for a US location.

The default tool for "What's the weather?" — combines conditions, forecast, alerts, and SPC outlook.

detail="standard": current conditions + today/tonight forecast + alerts + categorical SPC. detail="full": adds probabilistic outlooks (when MRGL+), national outlook, radar, and day 2-3 SPC forecasts.

Omit lat/lon to use configured primary location.

units: "us" or "si" for base system, with optional field overrides: "us,pressure:mb,wind:kt". Fields: temperature (f|c), pressure (inhg|mb), wind (mph|kt|kmh|ms), distance (mi|km), accumulation (in|mm|cm).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeNo
longitudeNo
detailNostandard
unitsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations, so description carries full burden. It transparently describes the combination of data sources, the two detail levels, units format with examples, and primary location fallback. No side effects or auth needs implied, which is consistent with a read-only briefing tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured, starting with purpose then block of details. Slightly long but each sentence adds value. Could be tightened, but not verbose.

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 4 parameters, no annotations, and an existing output schema, the description covers inputs, behavior, usage guidelines, and parameter semantics thoroughly. No gaps identified.

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

Parameters5/5

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

Schema coverage is 0%, but description adds rich meaning: explains 'detail' parameter options ('standard' vs 'full' with specific inclusions), units format with examples and allowed fields, and lat/lon omission behavior. None of this is in 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 clearly states 'Get a comprehensive weather briefing for a US location' and distinguishes itself from sibling tools by positioning as the default for 'What's the weather?', combining conditions, forecast, alerts, and SPC outlook.

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?

Explains when to use as default and details for 'standard' vs 'full' detail levels. Mentions omitting lat/lon for primary location. Does not explicitly state when not to use or suggest specific sibling alternatives, but context signals provide sibling names.

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/thornjad/stormscope'

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