Skip to main content
Glama
lostnumber07

SHEARLINE

by lostnumber07

get_active_warnings

Retrieve active NWS tornado, severe thunderstorm, and flash flood warning polygons near a CONUS location, with impact tags, storm motion, and expiration times.

Instructions

Active NWS severe-weather warning polygons near a CONUS point.

Returns tornado / severe thunderstorm / flash flood warnings within
radius_km, each with Impact-Based Warning tags (max hail size, max wind
gust, tornado detection / damage threat), parsed storm motion, expiration
times, polygon geometry, and whether the exact point is inside the
polygon. Watches in effect at the point are listed separately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
radius_kmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations exist, so the description carries full burden. It transparently discloses the types of warnings, what data is returned (tags, storm motion, expiration, geometry, point-in-polygon check), and that watches are listed separately. However, it omits rate limits, authentication requirements, or any side effects (though likely read-only).

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: three compact sentences that front-load the core purpose, then list details. Every sentence adds value without redundancy.

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 tool's complexity (multiple warning types, return fields, geometry), no annotations, and 0% schema coverage, the description is fairly complete. It covers what warnings are included, key return fields, and the point-in-polygon check. The output schema likely provides remaining details. Minor gap: no mention of radius_km bounds or CONUS-specific constraints.

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 description coverage is 0% (no parameter descriptions). The description adds context by mentioning 'CONUS point' for lat/lon and 'within radius_km' for radius_km, but does not specify units, valid ranges, or format. It compensates partially but not fully for the missing schema descriptions.

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 the tool returns active NWS severe-weather warning polygons near a CONUS point, lists specific warning types (tornado, severe thunderstorm, flash flood), and details the returned data (tags, storm motion, expiration, geometry, point-in-polygon). This distinguishes it from sibling tools by focusing on active warnings vs other severe weather products.

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

Usage Guidelines3/5

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

The description implies usage for obtaining active warnings near a location but provides no explicit guidance on when to use this tool versus alternatives like get_mrms_severe or get_threat_brief. No exclusions or context-dependent advice is given.

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/lostnumber07/shearline'

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