Skip to main content
Glama

Gridstatus Datasets

gridstatus_datasets
Read-onlyIdempotent

List/search US grid datasets (LMP prices, load, fuel mix across the 7 ISOs: CAISO, ERCOT, PJM, MISO, SPP, NYISO, ISONE). Use this to discover the exact dataset_id to pass to gridstatus_query. Example: gridstatus_datasets({ filter: "caiso lmp", _apiKey: "your-key" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoOptional keyword(s) to narrow the list, matched against dataset id/name/description/source (all words must match). E.g. "caiso lmp", "ercot load", "pjm fuel mix". Omit to list all.
_apiKeyYesGridStatus API key (free tier at gridstatus.io)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already disclose readOnlyHint, idempotentHint, openWorldHint, and non-destructive behavior, so the description does not need to restate safety. It adds contextual scope ('7 ISOs') and the workflow (produces dataset_id), but it does not disclose return format, result count, pagination, or any rate limits. This is adequate but with clear gaps.

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?

Two short sentences carry all the essential information: purpose, scope, coupling to gridstatus_query, and a compact executable example. The result is appropriately front-loaded and every sentence earns its place.

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 2-parameter, read-only, no-output-schema tool, the description is mostly complete: it states a specific discovery scope, names the primary use case, and gives a concrete example. The one gap is that it never mentions the shape of the return value (e.g., a list of records containing dataset_id), which is left to the agent to infer. This modest gap prevents a 5.

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

Parameters3/5

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

Schema coverage is 100% with both parameters (filter, _apiKey) having full descriptions, so the baseline is 3. The description's example duplicates the schema's example for filter and does not introduce new meaning beyond what the schema already declares. No extra semantical value is added.

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 uses a specific verb-resource pair ('List/search US grid datasets') and immediately limits the scope to 7 ISOs and dataset categories like LMP and fuel mix. It explicitly connects to the sibling tool gridstatus_query by stating that its purpose is to discover the dataset_id to pass there, so an agent can distinguish it from gridstatus_query or gridstatus_latest.

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?

"Use this to discover the exact dataset_id to pass to gridstatus_query" is an explicit when-to-use instruction that links to a named sibling. The description also provides an example of the call pattern, implying that the tool is for discovery before querying real-time data. This is as explicit as the get_calls calibration exemplar.

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.