Skip to main content
Glama
lostnumber07

SHEARLINE

by lostnumber07

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_active_warningsA

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.
get_spc_outlookA

SPC convective outlook at a CONUS point for day 1, 2, or 3.

Returns the categorical risk (TSTM/MRGL/SLGT/ENH/MDT/HIGH) plus hazard probabilities (tornado/hail/wind for days 1-2; total severe for day 3) and significant-severe flags, with an interpretation calibrated to the category.

get_point_environmentA

RAP-analysis severe-weather environment at a CONUS point.

Downloads the latest RAP 13-km analysis profile and computes, with MetPy:
MLCAPE/MUCAPE/SBCAPE and CINs, LCL height, 0-1 and 0-6 km bulk shear,
0-1 and 0-3 km storm-relative helicity, Bunkers storm motion, effective
inflow layer, effective SRH/shear, supercell composite (SCP) and
significant-tornado parameter (STP). Interpretation reasons through the
parameter space like an analyst. First call may take several seconds.
get_environment_trendA

RAP forecast-environment trend at a CONUS point (the anticipatory view).

Where get_point_environment is "now" (the f00 analysis), this returns a short
forecast series (f00/f01/f03/f06) of the discriminating quantities — MLCAPE,
0-6 km bulk shear, 0-1 km SRH, supercell composite, significant-tornado
parameter — all from one consistent RAP cycle, with an interpretation of the
TRAJECTORY (intensifying / stabilizing / steady). Downloads and decodes four
forecast hours, so the first call can take ~15-20 seconds.
get_mrms_severeA

MRMS radar-derived severe weather products near a CONUS point.

Samples within radius_km: max 60-minute MESH (hail size, inches and mm),
max low-level and mid-level rotation-track azimuthal shear over the last
hour, max VIL, and max composite reflectivity — each with valid time and
the distance/bearing of the maximum from the point.
get_lightningA

GOES GLM total-lightning activity near a CONUS point in the recent window.

Returns the flash count and rate within radius_km over the last `minutes`,
the nearest strike (distance/bearing/time), and a tiered outdoor-safety
interpretation (overhead / within-striking-distance / in-the-area). GLM
detects total lightning — both in-cloud and cloud-to-ground — from the
GOES-East satellite, with ~20-40 s latency.
get_storm_reportsA

Local Storm Reports (spotter/official reports) near a CONUS point.

Normalized tornado, hail, wind, and flood reports within radius_km over
the past N hours: type, magnitude with units, time, location,
distance/bearing from the point, and remarks.
get_historical_storm_reportsA

Local Storm Reports near a CONUS point on a specific PAST date.

Answers "what hail/wind/tornado hit this location on this day." `date` is a
single UTC calendar day formatted 'YYYY-MM-DD'. Returns normalized reports
(type, magnitude with units, time, location, distance/bearing, remarks) plus
a summary. Coverage begins ~2005; the data is preliminary NWS/spotter reports
via the Iowa Environmental Mesonet, not the final NCEI Storm Events record.
For the current situation use get_storm_reports instead.
get_threat_briefA

Composite severe-weather threat brief for a CONUS point.

Runs warnings, SPC outlook, RAP environment, MRMS products, and storm
reports concurrently, then synthesizes: an overall threat level
(none/marginal/elevated/significant/extreme) with stated logic, hazards
ranked by concern, an environment summary, the nearest current storm
signature, and a recommended attention window. The first call can take
~10 seconds while the RAP profile downloads.
get_radar_snapshotA

Latest NEXRAD Level 2 volume metadata from the nearest WSR-88D radar.

Metadata only (no imagery): radar site and distance, volume scan start
time, VCP (scan strategy) with meaning, max reflectivity and its
range/azimuth, and a coarse 18-dBZ echo-top estimate. Downloads a full
Level 2 volume (~5-15 MB), so expect a few seconds on first call.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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