Skip to main content
Glama

Stratalize Real Estate

get_weather_delay_risk

Read-only

Use when scheduling outdoor construction work, planning equipment deployment, or assessing weather risk for any US project site. Analyzes NOAA 7-day forecast data against construction delay thresholds — precipitation probability, wind speed above 25 mph, and freeze events below 32°F — returning a risk tier and specific high-risk days to avoid. Example: Chicago IL project site shows HIGH delay risk Thursday through Saturday — 70% precipitation probability, 2.3 inches rain forecast, 28°F overnight low Friday. Reschedule concrete pours and crane operations. Source: NOAA National Weather Service — official US government forecast.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoOptional WGS84 latitude; use with lon to bypass geocoding
lonNoOptional WGS84 longitude; use with lat to bypass geocoding
locationNoUS city and state, or full street address (e.g. Miami, FL or 1600 Pennsylvania Ave Washington DC)

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the readOnlyHint and destructiveHint annotations, the description details the exact analysis logic: NOAA data, specific thresholds (25 mph wind, 32°F freeze, precipitation probability), and the output structure (risk tier + high-risk days). It also provides a concrete example output and cites the data source, giving the agent a rich understanding of what to expect.

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?

The description is four sentences and front-loads the primary use case. It includes an illustrative example and source attribution, all of which add value. While slightly longer than strictly necessary, every sentence serves a purpose and the structure is logical: use case, logic, example, source.

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 covers the tool's purpose, data source, thresholds, output format, and a worked example. There is no output schema, but the description compensates by describing the return. A minor gap is that it does not clarify how to choose between location vs lat/lon, or what happens if none are provided, even though all schema parameters are optional.

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?

The input schema already provides 100% coverage with clear descriptions for lat, lon, and location, including example formats. The description adds a usage example (Chicago IL) but does not introduce new parameter meaning or clarify the optionality constraints (e.g., whether at least one input is required). It reinforces existing schema info but does not go beyond it.

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's function: it analyzes NOAA 7-day forecasts against construction delay thresholds (precipitation, wind speed, freeze events) and returns a risk tier plus high-risk days. It uses specific verbs and resources, and the example with Chicago IL makes the purpose immediately concrete. It also differentiates from siblings by focusing on short-term weather delay risk for construction, not benchmarks.

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 opens with explicit use cases: scheduling outdoor work, equipment deployment, and weather risk assessment for US sites. It gives clear context for when to use the tool. However, it does not explicitly name alternatives or when-not-to-use cases, though the sibling list (e.g., get_climate_risk_score) implies a distinction between short-term weather risk and other analytics.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a specific real estate metric or data source, with detailed descriptions and examples that clearly differentiate them. Even the four climate-related tools serve distinct purposes: composite risk, macroeconomic losses, historical storm tally, and short-term weather scheduling risk. The only potential overlap is between get_noaa_disaster_economics and get_storm_event_history, but their descriptions clarify different use cases.

Naming Consistency5/5

All 19 tools follow the exact same 'get_' prefix with lowercase snake_case descriptive suffixes. No mixed conventions, no irregular verbs, completely predictable pattern. This makes the tool names easy to learn and reliably distinguishable.

Tool Count4/5

19 tools is on the higher end for a data retrieval server, but the domain encompasses pricing, rents, costs, debt, climate, development, and market metrics, justifying a broad catalog. The four climate tools could arguably be consolidated, but each has a distinct use case and data source, making the count reasonable for a comprehensive real estate benchmark server.

Completeness4/5

The server covers the core real estate lifecycle: acquisition (cap rates, climate risk), development (construction costs, pro forma), financing (debt benchmarks, mortgage rates), operation (property operating, tax), and market analysis (supply, rents, residential, REITs, NCREIF). Minor gaps exist such as transaction volume data or sub-market specific leasing indicators, but the coverage is extensive for benchmark-oriented use cases.

Resources