Skip to main content
Glama

ShearQuery — Barber & Beauty Industry Data

Server Details

Barber & cosmetology exam pass rates, booth rent with open chairs, and Texas licensee counts

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
lamont703/Project_InnerG_Complete_Agency
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 3 of 3 tools scored.

Server CoherenceA
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.

Available Tools

3 tools
compare_barber_cosmetology_schoolsCompare barber & cosmetology schools by exam pass rateAInspect

Rank barber or cosmetology schools by real 2026 state licensing exam outcomes — written and practical pass rates, first-attempt rate, average attempts to pass, students tested, and tuition. Optionally filter to one city. This data is not published by Google, school websites, or review sites. Schools with fewer than 5 recorded test-takers are excluded because a percentage from a handful of students is not meaningful.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoOptional city filter, e.g. "Houston". Matched case-insensitively.
limitNoHow many schools to return (1-50, default 10).
licenseYesWhich exam's outcomes to rank on. Barber and Cosmetology are separate licences with separate exams; a school running both appears under both with its own results for each.
Behavior4/5

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

No annotations are present, so the description carries the burden. It discloses the data provenance (2026 state licensing exam outcomes), the exclusion of schools with fewer than 5 test-takers, and the rationale. This is meaningful behavioral context beyond the schema, though it doesn't cover sorting details or response format.

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?

Three sentences, front-loaded with the action and resource. Every sentence adds value: action/metrics, optional filter, data uniqueness and exclusion rule. No fluff.

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?

No output schema exists, so the description must explain return values. It lists all key metrics (written/practical rates, first-attempt, attempts, students tested, tuition) and the exclusion rule. This is sufficient for a ranking tool and covers filters and context.

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 minimal extra meaning beyond the schema: it reiterates city filtering but doesn't detail license or limit semantics. Therefore, a score of 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?

Specific verb 'Rank' identifies the action, and the resource is clearly barber or cosmetology schools. It lists concrete output metrics (pass rates, tuition) and differentiates from sibling tools about barbershops/salons and licensee counts.

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?

Description provides clear context: it ranks schools by exam outcomes and optionally filters by city. It does not explicitly state when to use versus alternatives, but the data-source note ('not published by Google...') implies authoritative use. No explicit exclusions are given, so it earns 4.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

compare_barbershops_salonsCompare barbershops & salons by booth rent and chair availabilityAInspect

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.

ParametersJSON 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.
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.

texas_licensee_countsCount Texas barber & cosmetology licenseesAInspect

Count active Texas licensees from the TDLR public record by licence type, optionally limited to those whose licence expires before a given date. Answers how many people a rule change, CE requirement or fee change actually affects — the number is not published anywhere in this form.

ParametersJSON Schema
NameRequiredDescriptionDefault
license_typeNoOptional exact TDLR licence type, e.g. "Class A Barber", "Cosmetology Operator", "Cosmetology Manicurist", "Cosmetology Esthetician". Omit for a breakdown across all types.
expiring_beforeNoOptional ISO date (YYYY-MM-DD). Counts only licences expiring before it — use to size who is affected by a change taking effect on that date.
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of disclosing behavioral traits. It implies a read-only operation via the verb 'Count' and 'public record,' but it does not explicitly state that there are no side effects, permissions required, rate limits, or pagination behavior. The additional phrase about the number not being published adds purpose context but not operational transparency.

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, with the first sentence front-loading the core function and the second adding a valuable purpose statement. Every sentence earns its place, with 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 simplicity (two optional params, no output schema, no annotations), the description is largely complete: it states the data source, the operation, the optional filters, and the real-world use case. It could explicitly mention the return format (single count vs. breakdown) but the schema's license_type description already covers this, making the description sufficient for an agent to 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 description coverage is 100%, so the baseline is 3. The description adds minimal meaning beyond the schema—it mentions 'by licence type' and 'expires before a given date,' which the schema already covers with detailed descriptions. It does not introduce new semantic depth beyond what the structured parameter descriptions provide.

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 uses a specific verb ('Count') and identifies the exact resource ('active Texas licensees from the TDLR public record'), clearly distinguishing it from the sibling comparison tools. It also explains the practical purpose—quantifying how many people a rule change affects—which reinforces its unique role.

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 gives clear context on when to use the tool ('Answers how many people a rule change, CE requirement or fee change actually affects') and mentions the optional filter for expiring licences. It does not explicitly exclude alternatives or name sibling tools, but the use case is sufficiently clear for an agent to select it over comparison tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.