Skip to main content
Glama

get_energy_incentives

Use a completed assessment to prioritize property-specific incentive checks and return an evidence-based verification plan. [$0.02/call]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assessmentIdYesCompleted EnergyAI assessment id. Use free check_incentives for ZIP-only guidance.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / assessmentId / description
      Added value: +"Completed EnergyAI assessment id. Use free check_incentives for ZIP-only guidance."
    • removedInput schema / properties / zipCode
      Removed value: -{
      -  "type": "string"
      -}
    • addedInput schema / required
      Added value: +[
      +  "assessmentId"
      +]
  2. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavioral context. It adds a cost note ($0.02/call) and prerequisite of a completed assessment, but it does not explicitly state whether the operation is read-only, side-effect-free, or if any permissions are needed. This is partial disclosure but not complete.

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, front-loaded sentence that states the action and output, followed by a brief cost note. Every word earns its place; there is no fluff or repetition.

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 no output schema, the description covers the core purpose, prerequisite, and what the user receives. The return value ('evidence-based verification plan') is somewhat vague but sufficient given the tool's simplicity. It is complete enough for an agent to select and invoke correctly.

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 description coverage is 100%, so the parameter is well-documented. The main description reinforces the meaning ('completed assessment') but adds no extra semantics beyond the schema. Baseline score of 3 is appropriate.

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 specifies the action ('prioritize property-specific incentive checks') and the resource ('completed assessment') and output ('evidence-based verification plan'). It distinguishes from sibling tool check_incentives by emphasizing property-specific vs ZIP-only guidance, making the tool's purpose unambiguous.

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 main description implies usage with a completed assessment, but the schema's parameter description explicitly directs users to check_incentives for ZIP-only guidance, providing an alternative. This gives clear context on when to use this tool vs a related sibling, though it is not in the main description.

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.