weather-equity-brief
InactiveTool of The Stall
Recent weather patterns for a region + live equity prices + AI synthesis of weather-market correlations. One call replaces weather-history + stock-price-multi + research-synthesis. Ideal for weather-sensitive sectors: energy (XLE), utilities (XLU), agriculture (MOO/ADM), airlines (DAL). Returns 14-day weather summary, equity snapshot, and a GPT-4o-mini brief on the dominant weather-driven portfolio signal.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"days": {
"type": "integer",
"description": "Days of weather history to analyse (default 14, max 30). ERA5 data lags ~5 days, so end date is always 5 days before today."
},
"tickers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Up to 5 equity or ETF tickers (default: [\"XLE\",\"XLU\",\"MOO\"]). Use weather-sensitive names — energy, utilities, agriculture, airlines."
},
"location": {
"type": "string",
"description": "City or region for weather history (default \"Chicago\"). Accepts city names like \"Kansas City\", \"Des Moines\", \"Houston\"."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries