Skip to main content
Glama

search_providers

Search for verified local service providers across 10 trade categories: water damage restoration, foundation/slab repair, crawl space repair, basement waterproofing, mold/asbestos/lead remediation, radon mitigation, septic services, commercial electrical, floor coating (epoxy/polyaspartic), and laundry pickup & delivery. Returns provider name, rating, review count, business status, services offered, certifications, years in business, and a link to the full profile with contact details. Each provider includes Google Maps URL when available. Covers major US metro areas. Use list_niches first to get valid niche IDs, and list_service_types for valid service_type values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity or metro area slug (e.g. "denver-co", "minneapolis-mn"). Get options from list_cities.
limitNoMax results to return (default 10)
niche_idYesNiche ID (e.g. "coated-local", "radon-local"). Get options from list_niches.
service_typeNoService type slug to filter by (e.g. "epoxy", "radon_testing"). Get valid values from list_service_types.

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It details the returned fields (name, rating, certifications, etc.), Google Maps URL availability, and geographic coverage, which is good context. It doesn't explicitly state read-only/no-side-effect status, but as a 'search' tool, the semantics imply a safe query; a 3 reflects sufficient but not exhaustive 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 a single paragraph with purposeful front-loading: it starts with the action and scope, lists categories, then return fields, coverage, and prerequisites. Every sentence adds distinct information with no 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 moderate complexity (4 params, no output schema, no annotations), the description provides strong coverage: return fields, niche categories, geographic scope, and prerequisite tool usage. Omissions like sorting, pagination, and city-optional behavior are minor for a search tool, making this fairly complete.

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 descriptions already cover all 4 parameters at 100%, so baseline is 3. The description adds context that niche_id and service_type are validated via list_niches/list_service_types, reinforcing the schema's guidance. It doesn't add syntax details beyond that, so a 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?

The description opens with 'Search for verified local service providers' and enumerates 10 specific trade categories, clearly identifying the action and resource. It also differentiates from siblings by framing this as the search tool while list_niches/list_service_types are referenced as prerequisite lookup tools.

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?

It explicitly instructs to use list_niches first and list_service_types for valid values, giving clear prerequisite workflow. It does not explicitly state exclusions or when to prefer get_provider, but the context is clear for a search scenario.

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 has a clearly distinct purpose: listing hierarchies (niches, cities, service types), searching providers, and getting provider details. No overlap in functionality.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern (list_*, get_*, search_*), making the API predictable and easy to navigate.

Tool Count5/5

5 tools is well-scoped for a local service provider discovery API, covering essential discovery and detail operations without unnecessary complexity.

Completeness4/5

The set covers the full user journey from listing niches to provider details. A minor gap is the lack of an unfiltered provider search (e.g., all providers in a city), but the niche-based search is appropriate for the domain.

Resources