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

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

With no annotations, description carries full burden. It explains output (structured comparison across price, contract, features, ratings), limitations (TDU filtering), and sequencing dependency. It doesn't explicitly state idempotency or read-only, but the context implies a safe read operation. Still, it's comprehensive.

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 somewhat lengthy but every sentence adds value. It is front-loaded with core purpose. The structure is logical: what, when, how, limitations, sequencing. Could be slightly trimmed, but still efficient.

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 only 2 parameters, no output schema, and no annotations, the description covers all necessary aspects: purpose, usage, limitations, sequencing, output nature. It is complete enough for an agent to correctly select and invoke the tool.

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 has 100% coverage with descriptions for both parameters. The description reinforces the meaning of provider_slugs and address but doesn't add much beyond what the schema already provides. The added context about TDU filtering is helpful but not critical for parameter understanding. Baseline 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?

Description clearly states the tool compares 2–5 Texas utility providers side by side, with specific verb 'compare' and resource 'providers'. It distinguishes from siblings like search_utility_providers (which surfaces providers) and get_provider_details (single provider). The use case is precise: when user is deciding between specific named options at a new address.

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?

Explicitly states when to use ('user says help me pick between these two'), when not to use (across utility types), and provides sequencing guidance (best after search_utility_providers). Also explains that providers not serving the address's TDU will return no plans, setting proper expectations.

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

Each tool has a clearly distinct purpose: search, details, comparison, promotions, signup, status, checklist, and solar lead. No overlaps.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., check_signup_status, compare_providers, get_move_checklist).

Tool Count5/5

8 tools cover the utility setup domain well, from discovery to enrollment and status tracking, without being excessive or too sparse.

Completeness4/5

Covers the main lifecycle: search, details, compare, promotions, signup, status, checklist, and solar. Missing update/cancel for signups but that's acceptable as enrollment is often handled externally.