get_market_intel
Retrieve vacancy, pricing, supply pipeline, dominant operators, and YoY growth for any data-center market across 300+ metros.
Instructions
Use when a user asks about ONE data-center market — vacancy, capacity pricing, supply pipeline, dominant operators, YoY growth — across any of 300+ markets. Example: "What is Northern Virginia's vacancy rate, $/MW-day pricing, and current DCPI verdict?" — get_market_intel market=northern-virginia. Params: market is the market_slug (e.g. "northern-virginia", "dallas", "phoenix", "frankfurt", "tokyo", "singapore"). Returns: {market, country, capacity_mw_total, capacity_mw_under_construction, vacancy_pct, absorption_mw_ttm, price_per_mw_day_usd, yoy_growth_pct, dominant_operators[], dcpi_verdict (BUILD/CAUTION/AVOID), composite_score, last_updated}. Do NOT use to rank multiple markets (use rank_markets) or for a single facility (use get_facility).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | Market slug (metro), e.g. northern-virginia, dallas, frankfurt, singapore — valid slugs come from rank_markets / get_market_dcpi_rank | |
| metric | No | Optional single metric to focus on, e.g. vacancy, pricing, absorption, pipeline | |
| period | No | Optional time window for the metric, e.g. ttm, 12mo, ytd | |
| compare_to | No | Optional second market slug to compare against, e.g. dallas |