Skip to main content
Glama

TexasRatedPros Rankings

Get a score breakdown

get_score_breakdown
Read-onlyIdempotent

Return one company's score in one metro/category ranking, including rank, all five weighted pillars, each pillar's point contribution, and provenance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesCompany slug
metroNoMetro slug
categoryNoCategory slug

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rankYes
outOfYes
contextYes
pillarsYes
businessYes
trpScoreYes
scoreBandYes
provenanceYes

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds what the response includes (rank, pillars, contributions, provenance) but does not clarify optional parameter behavior (e.g., what happens if metro or category is omitted). With annotations covering the main behavioral traits, this is adequate but not rich.

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?

A single sentence that is front-loaded with the action and resource, then packs in what the response includes. No redundant words or information. Every element earns its place.

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?

For a read-only query tool with a provided output schema, the description adequately covers the returned data (rank, pillars, point contributions, provenance) and the ranking context. It could improve by clarifying optional metro/category behavior, but the overall complexity is low and the description is sufficient.

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 each parameter already has a label. The description connects slug to 'company's score' and metro/category to 'ranking,' but does not explain parameter interplay or defaults. This meets the baseline but adds no new parameter details beyond the schema.

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 uses specific verb 'Return' and defines the exact resource: one company's score in a metro/category ranking. It enumerates the contents (rank, weighted pillars, contributions, provenance), clearly distinguishing it from siblings like get_rankings (list-level) and get_business_profile (general profile).

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 context—when a detailed single-company score breakdown is needed—but does not explicitly state when to use this tool instead of alternatives like get_rankings or compare_businesses. No exclusions or alternative references are provided.

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.