Skip to main content
Glama

TexasRatedPros Rankings

Compare companies

compare_businesses
Read-onlyIdempotent

Compare two to four companies side by side, pillar by pillar, with a one-sentence verdict naming which pillar separates them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metroNoOptional metro slug selecting a shared ranking context
slugsYes
categoryNoOptional category slug selecting a shared ranking context

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextYes
verdictYesOne sentence naming the leader and why
companiesYes
provenanceYes
requiresContextYes
pillarComparisonYes
availableContextsYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds meaningful behavioral details beyond these annotations: it tells the agent the comparison will be 'pillar by pillar' and produce a 'one-sentence verdict', which clarifies the operational output structure. It does not contradict any annotation, and the description goes beyond what annotations imply about behavior.

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 sentence of about 20 words, front-loaded with the core action ('Compare') and fully specifies scope, method, and output. Every clause adds value: the input range, the comparison style, and the verdict format. There is no filler or redundancy.

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 the tool's moderate complexity (3 parameters, output schema present, rich annotations), the description is largely sufficient. It explains the core behavior and output, and the output schema can handle return details. The main gap is the lack of guidance on when to use this tool vs siblings, and it does not mention the optional metro/category parameters which might affect comparison context, but these are documented in the schema. Overall, it is complete enough for an agent to understand the tool's function.

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?

The input schema already provides descriptions for metro and category ('Optional metro slug selecting a shared ranking context'), so those parameters are covered. The description reinforces the range of the slugs array via 'two to four companies', directly mapping to the schema's minItems/maxItems constraints. However, it does not add further meaning to the optional metro/category parameters or explain the concept of 'pillar', leaving semantic coverage at the schema level with modest augmentation.

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 starts with a specific verb 'Compare' and identifies the resource as 'companies' (businesses), directly stating the action and scope. It explicitly specifies the input range ('two to four'), the comparison method ('side by side, pillar by pillar'), and the output format ('one-sentence verdict naming which pillar separates them'), making it clearly distinct from sibling tools like get_business_profile or get_rankings.

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 usage for comparative analysis ('Compare two to four companies') but gives no explicit guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or refer to sibling tools (e.g., use get_business_profile for a single company). Since context signals list siblings but the description offers no contrast, it provides only implied usage context.

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

Each tool serves a clearly distinct purpose: comparing, profiling, explaining methodology, listing rankings, showing score breakdowns, listing categories and metros, and searching. There is minimal overlap; even get_business_profile vs get_score_breakdown differ in scope (full profile vs specific score).

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern using verbs like get, list, search, and compare. The objects are specific and match the action, making the naming predictable and readable.

Tool Count5/5

With 8 tools, the set is well-scoped for a rankings-focused server. Each tool earns its place, covering navigation, retrieval, comparison, and methodology without unnecessary redundancy.

Completeness5/5

The server provides a complete read-only surface for the rankings domain: category and metro discovery, ranked lists, individual score breakdowns, comprehensive company profiles, comparison, search, and methodology. No obvious gaps exist for the stated purpose.