get_power_pipeline
Get forward power pipeline data: planned, permitting, and under-construction generators nationwide, including non-ISO regions. Filter by state, BA, status, or min MW to analyze new capacity.
Instructions
Use when a user asks WHERE NEW POWER GENERATION is coming online (the forward supply pipeline) — e.g. "how much new generation is planned in Virginia / the Southeast / ERCOT, and when?". Planned, permitting, and under-construction generators NATIONWIDE from EIA-860M, INCLUDING non-ISO regions (TVA, Southern Co, Arizona PS, PacifiCorp, LADWP) that interconnection-queue feeds miss. Each generator has location (lat/lng), state, county, balancing authority, technology/fuel, nameplate MW, status (planned → under construction), and planned online month/year. Filter by state (2-letter, e.g. VA), ba (balancing-authority/ISO code, e.g. PJM, ERCO, SOCO, TVA), status (P/L/T=planned, U/V=under construction, TS=testing), or min_mw. Returns a summary (total planned MW, mix by technology + status) plus the largest projects. Try: get_power_pipeline state=VA. Do NOT use for ALREADY-OPERATING capacity or grid headroom (use get_grid_intelligence / get_grid_data) or for data-center construction projects (use get_pipeline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ba | No | Balancing-authority / ISO code, e.g. PJM, ERCO, SOCO, TVA, AZPS | |
| limit | No | Max results to return (1-500; default varies by tool) | |
| state | No | US state abbreviation to filter generators, e.g. VA, TX | |
| min_mw | No | Minimum nameplate capacity filter in megawatts (MW) | |
| status | No | Generator status code: P/L/T (planned), U/V (under construction), TS (testing) |