get_pipeline
Retrieve forward-looking data center construction pipeline, including announced, permitted, and under-construction projects. Filter by market, operator, country, capacity, or completion date.
Instructions
Use when a user asks "what is being built / announced / permitted" in a market or by an operator — the forward-looking construction pipeline (540+ projects, 369 GW). Example: "What data centers are under construction in Northern Virginia and when do they come online?" — get_pipeline market=northern-virginia status=construction. Params: status one of "announced" | "permitted" | "construction" | "operational"; operator (e.g. "Equinix", "Digital Realty", "AWS"); country (ISO-2, e.g. "US", "DE"); min_capacity_mw (e.g. 50 to filter hyperscale); expected_completion_before (ISO date, e.g. "2027-01-01"); limit/offset for pagination. Returns: {projects:[{name, operator, capacity_mw, status, expected_commissioning, market_slug, country, lat, lon}], total, generated_at}. Do NOT use for already-operational facilities (use search_facilities) or for the M&A deal flow (use list_transactions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-500; default varies by tool) | |
| offset | No | Pagination offset, 0-based (skip this many results) | |
| status | No | Pipeline stage filter: announced, permitted, construction, or operational | |
| country | No | ISO 3166-1 alpha-2 country code, e.g. US, DE, SG | |
| operator | No | Operator/provider company name, e.g. Equinix, Digital Realty, AWS | |
| min_capacity_mw | No | Minimum project power capacity filter in megawatts (MW), e.g. 50 for hyperscale | |
| expected_completion_before | No | Only projects with expected commissioning before this ISO-8601 date (YYYY-MM-DD), e.g. 2027-01-01 |