Skip to main content
Glama

Server Details

Sourced, dated US home-energy program truth by ZIP.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation4/5

Tools are mostly distinct, but check_rebates and get_program_status both relate to programs; descriptions help differentiate (screening vs. availability/freshness).

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (check, get, get, resolve), making them predictable.

Tool Count4/5

Four tools is reasonable for a focused domain of ZIP-level energy data; not too few, but could include more coverage.

Completeness4/5

Covers screening, profile, status, and utility resolution adequately, but lacks tools for detailed program info or application, which is a minor gap.

Available Tools

4 tools
check_rebatesCheck Rebate EligibilityA
Read-onlyIdempotent
Inspect

Screen potentially claimable programs based on ZIP-level facts. This is screening only, not a final eligibility determination.

ParametersJSON Schema
NameRequiredDescriptionDefault
zipYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYes
metaYes
Behavior4/5

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

Annotations already mark the tool as readOnly, openWorld, idempotent, and not destructive. The description adds the critical behavioral nuance that results are screening only, not final—valuable beyond annotations.

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 sentences, front-loaded with the core action, and no unnecessary words. Every sentence is informative and 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?

Given one simple parameter, rich annotations, and an output schema, the description is sufficiently complete for an agent to understand the tool's scope and limitations.

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

Parameters2/5

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

With schema coverage at 0%, the description must explain the single parameter 'zip.' It says 'based on ZIP-level facts,' confirming the use case, but no further detail on format or constraints beyond the schema pattern.

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 clearly states the tool's purpose: 'Screen potentially claimable programs based on ZIP-level facts.' It uses a specific verb ('screen') and resource ('claimable programs'), and distinguishes from siblings like 'get_energy_profile' or 'get_program_status' by emphasizing screening rather than detailed retrieval.

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 explicitly notes 'This is screening only, not a final eligibility determination,' guiding the agent to treat results as preliminary. It does not directly compare to siblings, but the distinction is clear from context.

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

get_energy_profileGet Energy ProfileA
Read-onlyIdempotent
Inspect

Get a ZIP-level home-energy profile with utility, rebate potential, and provenance. No household PII is requested.

ParametersJSON Schema
NameRequiredDescriptionDefault
zipYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYes
metaYes
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds that no household PII is requested, which is a valuable privacy-related behavioral trait beyond what annotations provide.

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 a single, well-structured sentence. All information is front-loaded: the verb and resource are immediate, followed by key inclusions and a privacy note. No wasted words.

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 simple tool with one parameter and an output schema, the description adequately covers its purpose, inputs, and privacy aspects. It is sufficient for an agent to understand the tool's core function and safety.

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

Parameters2/5

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

With 0% schema description coverage, the description must compensate. It only mentions 'ZIP-level' indicating the zip parameter, but lacks details like the format or validation pattern (^\d{5}$). Minimal additional semantic value.

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 clearly states the tool retrieves a ZIP-level home-energy profile, listing key components (utility, rebate potential, provenance). It is distinct from siblings like check_rebates or get_program_status, which focus on specific aspects.

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 use for obtaining a broad energy profile per ZIP code and notes no PII is requested, but does not explicitly state when to use this tool over alternatives or provide exclusion criteria.

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

get_program_statusGet Program StatusA
Read-onlyIdempotent
Inspect

Get program availability, freshness, and provenance for a ZIP without guessing when coverage is unknown.

ParametersJSON Schema
NameRequiredDescriptionDefault
zipYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYes
metaYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive. The description adds value by explaining it handles cases of unknown coverage, providing behavioral nuance beyond annotations.

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?

A single sentence that is front-loaded and concise with no wasted words. Every part contributes to understanding.

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?

Given a simple single-parameter tool with rich annotations and an output schema, the description is adequate. It covers the key purpose and why to use it, though it could mention the output format or scope more explicitly.

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

Parameters2/5

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

With 0% schema description coverage, the description should compensate. It only implies 'for a ZIP' without explaining the parameter's format or constraints beyond the schema pattern. The description adds little meaning.

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 clearly states the verb 'get' and the resource 'program status' with specific attributes (availability, freshness, provenance). It distinguishes from sibling tools like check_rebates by focusing on status and coverage uncertainty.

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 phrase 'without guessing when coverage is unknown' provides clear usage context, suggesting this tool is for definitive status when uncertainty exists. However, it does not explicitly mention alternatives or when not to use it.

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

resolve_utilityResolve UtilityA
Read-onlyIdempotent
Inspect

Resolve the serving electric utility for a ZIP with provenance and honest confidence.

ParametersJSON Schema
NameRequiredDescriptionDefault
zipYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYes
metaYes
Behavior4/5

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

Annotations already indicate read-only, open-world, idempotent, non-destructive. The description adds value by mentioning 'provenance and honest confidence', hinting at output metadata. No contradictions.

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?

Single sentence, front-loaded with verb and resource. No unnecessary words. Highly efficient.

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 simple lookup with output schema, the description covers the input and hints at output (provenance, confidence). Could mention invalid ZIP handling, but overall adequate.

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

Parameters2/5

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

With 0% schema description coverage, the description must explain the 'zip' parameter. It only says 'for a ZIP', missing details like required 5-digit format, examples, or validation. Minimal added meaning.

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 clearly states the tool resolves the serving electric utility for a ZIP code, with specific verb 'resolve' and resource 'electric utility'. It is distinct from siblings like 'check_rebates' and 'get_energy_profile'.

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?

Usage context is implied but not explicitly stated. No guidance on when to choose this over sibling tools or when not to use it. The description assumes the user knows to use it for utility lookup.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides free energy intelligence APIs for AI agents: solar production estimates, US clean-energy incentives by ZIP, home Energy Node Scores, contractor search, and consented installer routing.
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    AI assistants can size heat pumps, estimate energy costs, and verify cold-climate performance using bundled data and no API keys.
    6
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables looking up U.S. Census data by ZIP code, including income, demographics, housing, and education statistics, using a locally stored dataset from the American Community Survey.
    8
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources