Skip to main content
Glama

TexasRatedPros Rankings

Get a company profile

get_business_profile
Read-onlyIdempotent

Everything published about one company: score breakdown by pillar, what was verified and with which authority, what could not be verified, review figures with the date they were read, and every ranking it appears in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesCompany slug from a ranking or search result

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
nameYes
slugYes
phoneYes
regionYes
pillarsYes
websiteYes
rankingsYes
trpScoreYes
legalNameYes
scoreBandYes
provenanceYes
correctionsYes
disclosuresYes
notVerifiedYesChecklist items this company does not hold
googleRatingYes
establishedOnYes
verificationsYes
yearsInBusinessYes
establishedSourceYesWhich record the founding date came from
googleReviewCountYes
ownerResponseRateYes
ratingDistributionYesCounts per star, 1 through 5

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so safety is established. The description adds value by detailing the exact scope of data returned, including verification statuses and review dates, but does not disclose potential edge cases or limitations. No contradiction with annotations.

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?

One well-structured sentence with a colon and list, efficiently conveying the comprehensive scope without redundancy. Minimal word count for the content covered.

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?

For a read-only profile retrieval tool with a single parameter, complete output schema, and strong annotations, the description sufficiently covers the tool's purpose and data categories. No critical gaps for an agent to select and invoke it correctly.

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 fully describes the only parameter (slug) with a clear description and 100% coverage. The tool description adds no additional parameter meaning beyond indicating the profile is for one company, which is already evident from the schema. Baseline 3 applies.

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 retrieves everything published about one company, enumerating specific content areas (pillar scores, verification details, review figures, rankings). It distinguishes from siblings like compare_businesses and get_score_breakdown by being the comprehensive single-company profile tool.

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 use for a single company's full profile but does not explicitly state when to use this over get_score_breakdown or compare_businesses. No alternatives or exclusions are mentioned; usage context is inferred rather than explicitly guided.

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.