Skip to main content
Glama

query_power_plants

Read-onlyIdempotent

Query unit-level power plants from the Global Energy Monitor — Global Integrated Power Tracker (GIPT). ~127k operating units worldwide spanning coal, oil/gas, nuclear, geothermal, bioenergy, utility-scale solar, wind, and hydropower. Each row carries plant name, fuel type, capacity (MW), status, start year, country, owner. Use for questions like "nuclear plants in France above 1 GW", "coal capacity in India", "operating bioenergy plants in Brazil". Pass include_minor=true to bypass the operating-only filter (e.g. to include proposed/retired). Pass fuel to slice to a single fuel_type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fuelNoutility-scale solar | wind | hydropower | geothermal | bioenergy | nuclear | coal | oil/gas
limitNoDefault 50, max 500.
statusNooperating (default) | construction | proposed | retired | cancelled | shelved | mothballed
lat_maxYes
lat_minYes
lon_maxYes
lon_minYes
include_minorNoIf true, drops the default operating-only filter and capacity floor.
min_capacity_mwNoMinimum capacity in MW

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context: the default operating-only filter, the capacity floor, and the effect of include_minor=true. It does not mention pagination or rate limits, but the annotations carry the main burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: it opens with the resource, then data fields, then example questions, then parameter guidance. Every sentence earns its place with no repetition of schema details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only query tool with no output schema, the description covers the dataset, fields, example questions, and key parameter behaviors. It does not explain the return format or pagination, but the annotations and schema cover the safety and parameter basics, and the example questions make the tool's purpose fully clear.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 56%, so the schema documents fuel, limit, status, include_minor, and min_capacity_mw. The description adds meaning by explaining the default operating-only filter and capacity floor, and by giving example usage for fuel. It does not fully compensate for the undocumented lat/lon parameters, but those are self-explanatory bounding-box coordinates.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Query'), a precise resource ('unit-level power plants from the Global Energy Monitor — Global Integrated Power Tracker (GIPT)'), and enumerates the data fields and example questions. It clearly distinguishes this tool from sibling query tools by naming the exact dataset and scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete example questions and explains when to use include_minor=true and fuel. It does not explicitly name sibling alternatives or state when not to use this tool, but the context is clear enough for an agent to select it for power-plant queries.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources