Skip to main content
Glama

ShearQuery — Barber & Beauty Industry Data

Compare barbershops & salons by booth rent and chair availability

compare_barbershops_salons

Find barbershops and salons ranked by weekly booth rent, with chairs available, Google rating, review count and hiring status. Answers what a chair costs in a given city and which shops have one free. Booth rent is quoted directly by shops rather than scraped, so coverage is partial — the response states how many listings actually publish a rate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity to search, e.g. "Houston". Combine with state for accuracy.
typeNoBarbershops, salons, or both. Default all.
limitNoHow many to return (1-50, default 10).
stateNoTwo-letter state code, e.g. "TX".
open_chairs_onlyNoOnly listings with at least one chair currently available. Default false.
verified_rent_onlyNoOnly listings that publish a booth rent figure. Default false.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It reveals that booth rent is 'quoted directly by shops rather than scraped,' coverage is partial, and the response states how many listings publish a rate. This is valuable behavioral context not available elsewhere. It doesn't mention side effects, but the read-only nature is implied.

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 two sentences, front-loaded with the core function and criteria. The second sentence adds a necessary caveat without fluff. No wasted words.

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 no output schema, the description hints at the response by noting it states coverage counts. The tool's purpose, inputs, and key behavioral caveat are covered. It could be slightly more explicit about the output format, but it's complete for a query tool with well-defined parameters.

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 the baseline is 3. The description adds context about the meaning of the results (chairs available, booth rent) but does not elaborate on the parameters themselves, which are already well-documented in 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?

The description clearly states the tool's action: 'Find barbershops and salons ranked by weekly booth rent' with specific criteria (chairs available, Google rating, review count, hiring status). It distinguishes itself from siblings by focusing on shop comparison rather than school or licensee data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context: 'Answers what a chair costs in a given city and which shops have one free.' It doesn't explicitly mention when not to use it or alternatives, but the use cases are well-defined, justifying a 4 rather than 5.

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

Each tool addresses a completely different data domain—school rankings, shop booth rent, and licensee counts. There is no semantic overlap, so an agent can confidently select the right tool without ambiguity.

Naming Consistency4/5

The first two tools follow a clear 'compare_' verb-noun pattern, but the third tool uses a noun phrase ('texas_licensee_counts') instead of a verb-based convention. The names are still intuitive and readable, but the pattern is not fully consistent.

Tool Count5/5

Three tools is exactly right for a niche data server focused on barber and beauty industry analytics. Each tool provides a distinct, high-value query, and the count keeps the surface area minimal and easy to navigate.

Completeness4/5

The server covers its core stated purpose well, offering comparison and counting for three major data categories. Minor gaps exist—such as no direct detail-lookup for individual schools or shops—but these are workable since the compare tools return ranked results with the key information.