Skip to main content
Glama

gridpulse

GridPulse: Global energy grid intelligence API. NREL + EIA + Open-Meteo data synthesis. Home solar feasibility, electricity rate analysis, time-of-use optimization, EV charging cost modeling, battery storage ROI

Coverage: Global

Endpoints: • carbon-intensity ($0.01): Live grid carbon intensity now + forward curve (GB regions + 8 EU countries) • compute-window ($0.25): Find the optimal 48h window to run a compute workload (carbon or cost) • prices ($0.08): Electricity prices by state • grid ($0.08): Power grid status by region • renewable ($0.08): Renewable energy profile by state • natural-gas ($0.08): Henry Hub natural gas briefing • forecast ($0.10): 90-day energy forecast by state • ev-cost ($0.08): EV charging cost vs gasoline • solar ($0.10): Home solar feasibility analysis • appliance ($0.05): Home appliance energy cost calculator • battery ($0.10): Home battery storage analysis • carbon ($0.05): Household electricity carbon footprint • community-solar ($0.08): Community solar enrollment by ZIP code • tou ($0.08): Time-of-use rate optimization

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mwNoLoad in MW — scales the absolute CO2 and EUR savings
zipNoUS ZIP code (preferred)
goalNoWhat to optimise. cost and blend require a region with a published day-ahead price series (DE, FR, BE and other bidding zones).
langNoResponse language (default en)
hoursNoForward window in hours, 1-48
milesNoAnnual miles (1,000-100,000)
stateNo2-letter US state code (TX, CA, NY, etc.; default: US)
actionYesWhich endpoint to call. Options: carbon-intensity | compute-window | prices | grid | renewable | natural-gas | forecast | ev-cost | solar | appliance | battery | carbon | community-solar | tou
has_evNotrue if household has an EV (major TOU savings driver)
regionNoUK | a GB DNO region (london, north-scotland, …) | DE FR NL BE AT ES IT NO
utilityNoUtility name (e.g., PGE, SCE, ConEd) for utility-specific TOU plans
locationNoCity, State or place name
max_gco2NoOptional carbon budget in gCO2/kWh. Returns the earliest window meeting it, or satisfiable:false.
age_yearsNoAppliance age in years (affects upgrade ROI calculation)
applianceNoAppliance type (hvac, water-heater, refrigerator, washer, dryer, dishwasher, lighting)
has_solarNoWhether the property already has solar
system_kwNoSystem size in kW (2-20)
monthly_kwhNoAverage monthly consumption in kWh
usage_hoursNoDaily usage hours (default varies by appliance)
monthly_billNoAverage monthly electricity bill in USD
household_sizeNoNumber of people in household
credit_preferenceNoPreference for bill credit vs. direct payment programs

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It mentions pricing, coverage, and that carbon-intensity returns 'live' data, but it does not disclose rate limits, authentication, error behavior, or whether the tool is read-only. The lack of any mention of side effects or external dependencies is a significant gap for an API aggregator.

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 organized with a bold header, a brief summary, and a bulleted list of endpoints with pricing. It is front-loaded with the main purpose and fairly concise given the number of endpoints. The redundant repetition of the action enum from the schema is a minor inefficiency, but overall it is well-structured and scannable.

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

Completeness2/5

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

The tool has 22 parameters, no output schema, and no annotations, so the description must provide substantial context. It covers high-level capabilities and pricing but fails to explain return formats, units, or how to combine parameters with actions. The endpoint descriptions are terse ('Electricity prices by state') without details on response structure or data granularity, leaving the agent ill-equipped to correctly interpret results.

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?

The input schema already describes all 22 parameters with 100% coverage, so the baseline is 3. The description does not add parameter-specific meaning beyond the schema, but it does provide endpoint names that imply which parameters are relevant (e.g., 'compute-window' likely uses hours, mw, goal). This is a minor enhancement, but not enough to elevate the score.

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

Purpose4/5

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

The description clearly identifies the tool as 'Global energy grid intelligence API' with a list of specific endpoints covering solar, rates, EV charging, and more. This distinguishes it from siblings by domain (energy grid vs. other 'pulse' tools). However, it lacks a single crisp verb like 'analyze' or 'retrieve', and the purpose is somewhat diffuse across many use cases.

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

Usage Guidelines3/5

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

The description implies usage through its list of endpoints and example use cases ('Home solar feasibility, electricity rate analysis, time-of-use optimization'). It does not mention alternatives or explicitly say when not to use this tool, leaving the agent to infer from the domain context. There is some implicit guidance based on geographic coverage and endpoint names.

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

B3.2/5.0
Disambiguation4/5

Each tool has a unique domain prefix (e.g., airdroppulse, alphapulse, arbipulse) making them mostly distinguishable at a glance. A few adjacent verticals like careerpulse vs talentpulse or marketpulse vs dealpulse have overlapping themes, but their descriptions clarify the distinct focus. The utility tools (catalog_search, discover, get_openapi_spec, x402_troubleshoot) are also clearly distinct in role. However, the sheer number of similar 'pulse' names could still cause misselection without reading descriptions.

Naming Consistency4/5

The dominant naming convention is `<domain>pulse` (e.g., climatepulse, cryptopulse, edupulse), which is highly consistent and predictable. Exceptions like catalog_search, discover, get_openapi_spec, x402_troubleshoot, and stateedge break the pattern, but these are few and serve obvious utility purposes. Overall, the convention is clear and easily learnable.

Tool Count2/5

With 80 tools, the server presents an extremely large and potentially overwhelming surface. While each tool represents a distinct intelligence vertical and navigation aids exist (catalog_search, discover, get_openapi_spec), the count far exceeds the typical 3-15 range for coherent agent use and even the 'heavy' 16-25 range. The burden of selecting the correct vertical from 80 options is significant, despite clear naming.

Completeness5/5

The server offers an exceptionally broad and deep coverage of domains, from finance and health to agriculture and gaming. Each vertical includes multiple endpoints that address core operations for its domain, such as search, analysis, comparisons, deterministic checks, and even action-oriented tools like letter generators and physical mail. The presence of free discovery and troubleshooting tools fills potential gaps, leaving no obvious dead ends in the overall tool surface.