get_power_plants
Retrieve European power plant data including name, capacity, fuel, location, and year. Filter by country, fuel type, or minimum capacity to find specific plants.
Instructions
European power plant registry from OPSD. Name, capacity (MW), fuel, location, year. Filter by country/fuel/capacity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO country code to filter (e.g. DE, FR, GB). Returns all if omitted. | |
| fuel_type | No | Fuel/energy type filter (e.g. Natural gas, Hard coal, Solar, Wind). Case-insensitive partial match. | |
| min_capacity_mw | No | Minimum capacity in MW to include. Defaults to 0. |