Market Intelligence
get_market_intelRetrieve detailed market intelligence for any data-center metro: vacancy, pricing, supply pipeline, operators, and YoY growth.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quota | No | Caller quota state (remaining calls, tier) when available. | |
| stats | No | Headline market stats | |
| _gated | No | true when parts of the payload were withheld by tier | |
| market | No | The market identity block | |
| _entity | No | Payload class discriminator (e.g. facility|market|iso_grid|queue_results|deal|report|response) — branch on this before parsing the rest. | |
| success | No | true when the market lookup succeeded | |
| citation | No | Machine-readable citation: how to attribute DC Hub (dchub.cloud) for this payload. Normally an OBJECT {source, url, license, cite_as, retrieved_at}; a bare string is accepted and carries the attribution line itself. | |
| by_status | No | Facility counts keyed by status (Operational, Under Construction, Planned, Announced, active) | |
| provenance | No | Collection-level provenance block: {source, method, as_of, verification_counts, cite_url_template, license, cite_as}. Quote the verification level when citing. | |
| _front_door | No | In-band front-door hint (first workflow-entry tool of a session): call plan_query(intent) first for the ordered multi-step plan. | |
| _return_loop | No | Suggested next-session delta call (get_changes since=24h) so you pull only what changed. | |
| related_intel | No | RAG-grounded related intelligence passages (cited) | |
| top_providers | No | Dominant operators, largest first | |
| recent_facilities | No | Recently added / discovered facilities in the market | |
| site_evaluation_handoff | No | Pre-built follow-up calls (analyze_site / get_water_risk args) when the payload carries coordinates — an array of {tool, parameters, why} entries. |