Skip to main content
Glama

review_installer_quote

Quote Guardian: submit postalCode + quoteText to create the property benchmark, review price, sizing, equipment, financing, and warranty risks, and receive a secure Builder checkout handoff in one call. Existing assessmentId projects remain supported. [$0.10/call]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
stateNo
apiKeyNoOptional one-call credential bridge for MCP hosts that cannot change Authorization headers mid-session. Pass the key returned by create_builder_key; EnergyAI strips it before billing, execution, and persistence.
countryNoUS
quoteTextYesInstaller quote text, including price, system size, equipment, financing, and warranties when available.
postalCodeNoProperty ZIP or local postal code. Required when assessmentId is omitted.
serviceTypeNosolar
assessmentIdNoOptional existing EnergyAI assessment id. Omit when supplying postalCode for automatic project creation.
propertyTypeNoother
monthlyBillRangeNounknown

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries full burden. It discloses the cost ($0.10/call) and support for existing assessmentId projects, but it does not clarify whether the tool persists data, mutates existing assessments, or is read-only. The phrase 'create the property benchmark' suggests a write operation, yet side effects and reversibility are undisclosed.

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 relatively concise and front-loaded with the main action and outcome in the first sentence. The 'Quote Guardian' label adds minor redundancy but is not harmful, and the cost note is a useful addition. Overall, it is efficient and structured.

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 10 parameters, no output schema, and no annotations, so the description must provide substantial context. It covers the high-level purpose but omits critical details such as required input relationships, behavior for different service types, output format, error handling, and side effects, making it incomplete for a tool of this complexity.

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?

Schema description coverage is only 40%, and the description highlights postalCode and quoteText without explaining the other parameters (city, state, serviceType, propertyType, monthlyBillRange, apiKey, country). It does clarify the mutual exclusivity of postalCode and assessmentId, but it fails to compensate for the majority of undocumented parameters.

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 defines the tool's purpose: submit postalCode and quoteText to create a property benchmark, review risks across price, sizing, equipment, financing, and warranty, and receive a secure Builder checkout handoff. This specific verb+resource structure distinguishes it from sibling tools like get_quote_link or create_energy_assessment.

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 the tool is used when you have an installer quote and need a comprehensive review plus checkout handoff, and notes that existing assessmentId projects remain supported. However, it does not explicitly compare against alternatives or state when not to use it, leaving the guidance at an implied level.

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

C2.8/5.0
Disambiguation2/5

Several tools overlap heavily: get_node_score vs get_energy_node_score, find_local_installers vs match_installers, and route_lead vs submit_contractor_match_request are easy to confuse. The descriptions clarify details, but an agent would often need to inspect arguments to know which installer, incentive, or recommendation tool is the right one.

Naming Consistency3/5

All tool names use snake_case with a verb-leading style, which provides a consistent backbone. However, domain naming is inconsistent: the same concept appears as node vs energy_node, installer vs contractor, and incentive discovery is split across check_incentives, get_energy_incentives, list_guides, and get_guide without a predictable pattern.

Tool Count2/5

29 tools is too many for a single MCP server, especially since several fall into overlapping installer/lead, incentive, recommendation, and commercial-power categories. Many tools appear to be monetization gates or handoff variants that could reasonably be consolidated.

Completeness3/5

The set covers core user journeys: assessment creation/answering/completion, incentive guidance, installer discovery and routing, quote review, and commercial power screens. However, there are notable gaps in state management, such as no way to list or retrieve existing assessments/leads, and several checkout or handoff tools have no follow-up/status tool.