Skip to main content
Glama

compare_providers

Compare 2–5 Texas utility providers side by side when the user is deciding between specific named options at a new address. Use when the user says 'help me pick between these two', 'which is cheaper for my Dallas home — TXU or Reliant', or 'compare these internet plans before I move in'. Returns a structured comparison across price, contract terms, features, and ratings so the user can confidently choose one to enroll with. Sequencing: best after search_utility_providers has surfaced the candidate REPs at the address — providers passed here that don't serve the address's TDU will return no plans (electricity is TDU-filtered upstream). Don't use this to compare across utility types (e.g. electricity vs solar) — call search_utility_providers per type instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesFull street address for plan availability
provider_slugsYesProvider slugs to compare (2-5)

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It explains the return format (structured comparison across price, contract terms, features, ratings) and notes that providers not serving the address's TDU will return no plans. It could mention failure modes more explicitly, but overall it's good.

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 concise with 5 sentences, well-organized, and front-loaded with the core purpose and examples. Every sentence adds value without redundancy.

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

Completeness5/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 adequately explains the return dimensions and provides necessary sequencing and constraints. It covers the key aspects for an AI agent to use the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds context by explaining that provider_slugs come from search_utility_providers and address is for plan availability, plus the TDU-filtering behavior. This adds value beyond the schema descriptions.

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 compares 2–5 Texas utility providers side by side with a specific verb and resource. It distinguishes itself from siblings like search_utility_providers and get_provider_details by focusing on side-by-side comparison for decision making.

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?

The description explicitly states when to use (e.g., 'help me pick between these two') and when not to use (e.g., don't compare across utility types). It also provides sequencing advice, recommending use after search_utility_providers, and explains the TDU-filtering constraint.

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.7/5.0
Disambiguation5/5

Each tool serves a distinct function: searching, comparing, getting details, promotions, signing up, checking status, generating checklist, and solar interest. No overlapping purposes; agents can clearly differentiate.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores (e.g., search_utility_providers, get_move_checklist), making them predictable and easy to learn.

Tool Count5/5

With 8 tools, the set is well-scoped for a Texas utility assistant. It covers the essential workflows without being too sparse or overwhelming.

Completeness5/5

The tool surface covers the full lifecycle: search, compare, details, promotions, signup, status, checklist, and solar interest. There are no obvious gaps for the stated domain of Texas utility setup.

Resources