Skip to main content
Glama

get_spot_conditions

Read-onlyIdempotent

Trip-condition board for tracked tourist spots (SF Bay Area, Napa, Monterey/Big Sur): one verdict per spot with per-factor readings.

Factors per spot (only the ones that matter for that place): visibility
(vision-model webcam reading), heat and cold (NWS hourly — outdoor-seating
and heatwave-cancellation bands, freeze flag), wind (nearest NDBC buoy or
forecast — the Big Sur sun-and-wind balance), smoke (EPA AirNow AQI —
wildfire haze), alerts (NWS CAP + advisories), strikes (BART/511), road
(Caltrans closures incl. SR-1/Big Sur).

Pass spot_id (e.g. "golden-gate", "napa", "big-sur") for one spot plus
its `week`: a 7-day forecast outlook per local calendar day (hi/lo °F,
conditions, flags like "extreme heat"/"freezing"/"windy") for picking a
visit day. Week rows are forecast-only; visibility/smoke/alerts are live
signals and appear in `factors`.

Statuses are good|caution|bad|unknown; the spot verdict is the worst
non-unknown factor, and `flagged` names which factor(s) drove it.
"unknown" means that feed is not reporting fresh data — an empty or
stale feed shows unknown, never all-clear. Some cameras are labeled
proxies in `note` (e.g. Alamo Square has no public camera facing the
Painted Ladies). Thresholds documented in gateway/spots.py.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spot_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Goes well beyond the readOnly/idempotent annotations by explaining the status domain (good|caution|bad|unknown), the verdict rule ('worst non-unknown factor'), the exact meaning of 'unknown' (empty or stale feed, never all-clear), the live-vs-forecast split, and proxy camera caveats. This is substantial behavioral 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?

Front-loaded with a one-line summary, then structured into usable sections covering factors, invocation, status semantics, and edge cases. Every sentence adds operational value rather than repeating schema or annotation information. The length is justified by the absence of an output schema.

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?

The description is unusually complete for a tool with no output schema: it explains the verdict, statuses, factor sources, forecast-only week rows, live signals in factors, flagged status, unknown handling, and proxy camera notes. It does not specify the exact response envelope or behavior for an invalid/omitted spot_id, which leaves a small gap.

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

Parameters4/5

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

With 0% schema description coverage, the description carries the full burden for spot_id. It provides concrete example values ('golden-gate', 'napa', 'big-sur') and explains that passing one returns that spot plus its weekly outlook. It does not enumerate all valid spot IDs or state what happens if spot_id is omitted, but it gives enough to invoke the tool correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it returns a trip-condition board for tracked tourist spots with one verdict per spot and per-factor readings. The geographic scope and factor list make the purpose concrete and distinguishable from generic weather tools. It does not explicitly contrast with sibling tools like get_camera_visibility or travel_health, so it misses the top score.

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 when to use the tool — trip planning at SF Bay Area, Napa, and Big Sur spots — and mentions 'for picking a visit day'. However, it gives no explicit when-to-use/when-not-to-use guidance or alternatives, leaving the agent to infer selection from context.

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