Skip to main content
Glama

compare_this_house

Rank certified Texas electricity plans for a street address using a twelve-month usage profile for that meter. Prefer this over compare_plans when the user has an address. The profile is an estimate for the premise, not Smart Meter Texas interval reads. If the meter is found but has no usage history, ranks against a modeled Texas seasonal estimate at 1,000 kWh/month and says so. Never store or repeat the street. Returns verified_as_of with every number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNoFive-digit US zip code. Strongly recommended.
esiidNoMeter id from a previous ambiguous result. Use this instead of address when the user picked a unit.
detailNosummary (default) is the ranking. full attaches the month-by-month receipt to each plan.
addressNoStreet address including the house number. Do not send a URL.

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does it well: it discloses that the profile is an estimate rather than Smart Meter Texas interval reads, explains the modeled fallback behavior, promises to say so, commits to never storing or repeating the street, and notes the verified_as_of field. These are meaningful behavioral details beyond the schema.

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?

Five short sentences, front-loaded with the core purpose, then usage guidance, then caveats. Every sentence adds distinct value and there is no redundant or filler content.

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 no output schema, the description provides strong context: what the tool ranks, when to use it, data provenance, fallback behavior, privacy, and an output field. It does not fully describe the ranking result shape, but the detail parameter and verified_as_of note cover most of what an agent needs.

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 baseline is 3. The description adds context about the usage profile and privacy handling, but it does not add independent semantic detail about the params themselves; the schema already documents each parameter clearly.

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 states a specific verb and resource: 'Rank certified Texas electricity plans for a street address using a twelve-month usage profile.' It immediately distinguishes itself from sibling compare_plans by the presence of an address, so an agent can tell them apart without opening the schema.

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?

It explicitly instructs to 'Prefer this over compare_plans when the user has an address,' giving a clear routing rule relative to a sibling. It also explains the fallback when no usage history exists, which informs when the tool can still be used.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: check_territory verifies market eligibility, compare_plans and compare_this_house rank plans but differ by input (zip vs. address), and explain_plan provides detailed receipt for a single plan. The descriptions clarify when to use compare_this_house over compare_plans, eliminating ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: check_territory, compare_plans, compare_this_house, explain_plan. The two compare tools share the same verb, and all names are descriptive and predictable.

Tool Count5/5

With 4 tools, the server is tightly scoped to the domain of Texas electricity plan comparison. Each tool serves a distinct step in the user workflow—eligibility check, comparison, address-specific comparison, and plan explanation—so the count feels well-balanced and not excessive.

Completeness5/5

The tool surface covers the full lifecycle required for plan comparison: check market eligibility, compare plans by zip or address, and get detailed cost breakdowns. There are no obvious dead ends—users can flow from territory check to plan ranking to plan details without missing operations. The server's purpose is fully realized.

Resources