Skip to main content
Glama

Query Power Capacity

query_power_capacity_v1
Read-onlyIdempotent

Query verified U.S. generator-level operating, planned, retired, or canceled power capacity from EIA-860M.

Use this for capacity questions by state/jurisdiction, county FIPS, source-reported balancing authority code, fuel, prime mover, technology, lifecycle, or year. Pass filters inside the params object. The operating/planned/retired/canceled selector is lifecycle (e.g. lifecycle: "operating", the default) — there is no status or status_group parameter. Returns JSON aggregates with citations and optional generator-level records when include_records is true. Does not determine electricity supplied, generation MWh, real-time dispatch, capacity factor, battery storage throughput/duration, demand/load, prices, data-center load, or transmission deliverability. For capacity REQUESTED in an ISO interconnection queue (projects pending interconnection, not yet built), use the relevant ISO's queue tool: query_power_interconnection_queue_v1 (MISO), query_power_interconnection_queue_pjm_v1 (PJM — or query_power_interconnection_queue_pjm_cycle_v1 for PJM's cluster/cycle grid), or query_power_interconnection_queue_caiso_v1 (CAISO).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

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

The description reveals key behavioral details beyond annotations: the lifecycle selector parameter (operating/planned/retired/canceled) and the fact that there is no status/status_group parameter (a common confusion). It also notes the return format (JSON aggregates with citations, optional generator-level records) and explicitly states what it does not compute. Annotations already declare read-only/idempotent, so this adds context without contradicting.

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 long but each part serves a purpose: core purpose, usage criteria, scope exclusions, and alternative tools. It is front-loaded and structured, with no filler words or repetitive content.

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

Completeness5/5

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

Despite the minimal schema, the description provides enough to correctly invoke the tool: it explains the params pattern, the lifecycle default, and the optional records flag. The output schema likely covers return structure. It also situates the tool among siblings, making it complete for an agent to select and use.

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?

The input schema only has a generic params object with no property definitions (0% coverage). The description compensates by enumerating acceptable filter keys (state, county FIPS, balancing authority, fuel, prime mover, technology, lifecycle, year) and mentions include_records. It also clarifies the default lifecycle value. However, it doesn't provide detailed value formats or the full set of possible keys, so while it's strong, it falls short of exhaustive.

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 opens with a specific, multi-faceted statement: 'Query verified U.S. generator-level operating, planned, retired, or canceled power capacity from EIA-860M.' This clearly identifies the action (query), resource (generator-level power capacity), and scope (U.S., lifecycle status). It also lists distinguishing filter dimensions (state, county FIPS, balancing authority, fuel, etc.) that separate it from sibling tools like generation or interconnection queue.

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

Usage Guidelines5/5

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

The description explicitly states 'Use this for capacity questions...' and then provides a clear list of exclusions ('Does not determine electricity supplied, generation MWh, real-time dispatch, capacity factor...'). It also names specific alternative tools for interconnection queue queries. This is textbook when/when-not guidance with alternatives.

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.

TDQS

A4/5.0
Disambiguation4/5

Each capability has a clearly named describe/query pair, and domains like power, AI infrastructure, robotics, and space are distinct. The generic describe_capability_v1/query_capability_v1 could be confused with the named variants, and the many ISO-specific interconnection queues share similar names, but descriptions explicitly disambiguate them.

Naming Consistency5/5

All tools follow a consistent lowercase snake_case verb_noun pattern: describe_<capability>_v1 and query_<capability>_v1, with a few utility tools like list_capabilities_v1 and get_source_evidence_v1. There is no mixing of conventions.

Tool Count2/5

At 62 tools, the set is far too large for typical server scope. The describe/query pairs inflate the count even though each is justified, and the generic capabilities plus per-ISO variants make it feel heavy and hard to navigate.

Completeness4/5

The server covers each domain thoroughly with describe, query, and evidence verification, plus generic fallbacks for capabilities not yet in the client's tool list. Minor gaps exist (e.g., no county/state attribution for some data, no load types in ISO queues) but they are explicitly documented and workable.

Resources