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.
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.
Tool Definition Quality
Average 4.1/5 across 3 of 3 tools scored.
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.
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.
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.
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 toolscompare_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.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Optional city filter, e.g. "Houston". Matched case-insensitively. | |
| limit | No | How many schools to return (1-50, default 10). | |
| license | Yes | Which 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. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City to search, e.g. "Houston". Combine with state for accuracy. | |
| type | No | Barbershops, salons, or both. Default all. | |
| limit | No | How many to return (1-50, default 10). | |
| state | No | Two-letter state code, e.g. "TX". | |
| open_chairs_only | No | Only listings with at least one chair currently available. Default false. | |
| verified_rent_only | No | Only listings that publish a booth rent figure. Default false. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| license_type | No | Optional exact TDLR licence type, e.g. "Class A Barber", "Cosmetology Operator", "Cosmetology Manicurist", "Cosmetology Esthetician". Omit for a breakdown across all types. | |
| expiring_before | No | Optional 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. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceProvides Texas DMV vehicle registration totals by fiscal year, for passenger cars, pickup trucks, and motorcycles, answering queries about statewide registrations and growth across years.Last updatedMIT
- AlicenseAqualityDmaintenance50-state professional license verification for AI agents.Last updated315MIT
- AlicenseAqualityDmaintenanceRegulatory intelligence API — look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.Last updated351MIT
- Alicense-qualityCmaintenanceUS + EU salary benchmarking, pay transparency compliance, and semantic endpoints. 1,400+ US occupations, 28 EU countries. MCP server for AI agents.Last updatedMIT