Skip to main content
Glama

Query Power Interconnection Queue (PJM)

query_power_interconnection_queue_pjm_v1
Read-onlyIdempotent

Query the PJM New Services (interconnection) queue — the public waiting line of projects that have REQUESTED to connect to the PJM grid (the mid-Atlantic RTO incl. Northern Virginia, PA, NJ, MD, OH, VA, WV and more).

Returns cited, project-level records with PJM's full published structure: requested megawatts (requested_max_output_mw = MFO, requested_summer_mw = MW Capacity / summer net, requested_winter_mw = MW Energy / winter net), the realized built in_service_mw for completed projects, location (state, county, derived county_fips), fuel and project_type as PJM reports them, the single as-reported status, the study-document URLs and per-stage statuses, and lifecycle dates. Group or filter by state, county_fips, status, project_type, capacity_or_energy, fuel, project_ac_dc, transmission_owner, the study statuses, or (group only) is_hybrid; filter submitted_date by the submitted_date_from / submitted_date_to range. Pass each parameter as a top-level key of params (flat — not nested). Example: {"state": "VA", "project_type": "Generation Interconnection", "status": "Active"} for active generation requests in Virginia; {"group_by": ["status"]} for requested MW and project counts by status. Returns JSON aggregates with citations and optional row-level records when include_records is true; every value carries source, as_of, and a source_row verifiable with get_source_evidence_v1.

The requested_* figures are REQUESTED capacity, not built: historically the large majority of queued megawatts withdraw before they are built. NEVER read a requested-MW total as installed or operating capacity — it is additive across distinct projects but is a REQUESTED total only. Filter status (Active / Withdrawn / In Service / Under Construction / …) to scope the queue; the full export is withdrawn-dominated. PJM also reports in_service_mw — the realized BUILT MW for in-service projects (a separate, built figure). For built/operating capacity use query_power_capacity_v1.

PJM only — never summed, deduped, or compared across ISOs. For the MISO interconnection queue use query_power_interconnection_queue_v1; for the CAISO (California) queue use query_power_interconnection_queue_caiso_v1; for the NYISO (New York, incl. load interconnection requests) queue use query_power_interconnection_queue_nyiso_v1; for the ISO-NE (New England) queue use query_power_interconnection_queue_isone_v1; for the ERCOT (Texas) queue use query_power_interconnection_queue_ercot_v1; for the SPP (central US) queue use query_power_interconnection_queue_spp_v1. For PJM's NEW cluster/cycle process — the TC1/TC2 transition cycles and the reopened steady-state Cycle 1 (C01+), with cycle/stage/developer detail — use query_power_interconnection_queue_pjm_cycle_v1 (a separate PJM publication; never combined with this one). PJM reports no data-center / load type, and this tool does not infer one — that interpretation is the analyst's, from cited rows.

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?

Annotations already indicate readOnly, non-destructive, idempotent, and closed-world. The description adds substantial context beyond annotations: the distinction between requested and built capacity ('NEVER read a requested-MW total as installed or operating capacity'), the withdrawn-dominated nature of the full export, the presence of cited records with `source` and `as_of`, and the explicit non-inference of data-center load type. This enriches behavioral understanding without contradicting annotations.

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

Conciseness4/5

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

The description is exceptionally thorough but quite long. It is well-organized with a clear purpose statement, detailed field explanations, usage warnings, and sibling distinctions. However, some information could be condensed or presented in bullet points without losing value, and the repeated caution about requested capacity appears multiple times. Given the tool's complexity, this is still well-structured and front-loaded, but not maximally concise.

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?

Given the tool's high complexity and the minimal schema/annotations, the description is remarkably complete. It explains what records return (cited project-level data with full field list), how to group/filter, what caveats apply (requested vs built, withdrawn-dominated), and how to verify via `get_source_evidence_v1`. It also clearly delineates what is not included (data-center loads) and directs to alternative tools. The output schema exists, so return-value details are not duplicated, but the description covers all necessary usage context.

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

Parameters5/5

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

The input schema is nearly empty (a single generic `params` object with no properties), so the description carries the entire burden. It explains that parameters are flat top-level keys, enumerates the filterable fields (state, county_fips, status, project_type, capacity_or_energy, fuel, project_ac_dc, transmission_owner, study statuses, submitted_date range, etc.), and provides concrete examples like `{"state": "VA", "project_type": "Generation Interconnection", "status": "Active"}`. This fully compensates for the zero schema coverage.

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 verb and resource: 'Query the PJM New Services (interconnection) queue'. It clearly distinguishes itself from sibling queue tools by explicitly naming PJM and referencing the other regional variants (MISO, CAISO, NYISO, etc.), leaving no ambiguity about scope.

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?

Provides explicit guidance on when to use this tool vs alternatives. It states 'For built/operating capacity use query_power_capacity_v1' and lists each regional queue tool for other ISOs. It also warns 'PJM only — never summed, deduped, or compared across ISOs', which directly specifies exclusions and conditions.

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