Skip to main content
Glama

Search providers

search_providers
Read-onlyIdempotent

Find UK private ADHD/autism assessment providers with the lowest published assessment price for each, including availability (next available appointment date, whether they are accepting new patients). Can filter by availability. Factual listing data, not a recommendation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
formatNoonline | in-person | hybrid | any
nationNoEngland | Scotland | Wales | Northern Ireland (providers based there, plus UK-wide online)
conditionYesadhd | autism | combined
for_childNotrue for a child / young person
max_price_gbpNo
cqc_registeredNo
needs_shared_careNo
published_price_onlyNo
available_within_daysNoonly providers whose next available appointment is within this many days (e.g. 1 = next-day, 7 = this week)
accepting_new_patientsNoonly providers currently accepting new patients

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already carry readOnlyHint=true, openWorldHint=false, and idempotentHint=true, so the safety/behavioral profile is largely covered. The description adds useful return-behavior context (price sorting, next available appointment date, accepting-new-patients status) beyond annotations, and the 'Find' wording is consistent with readOnlyHint=true. No contradiction exists, but the description does not disclose result-shape details such as whether many providers are returned or how ties on price are broken.

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?

Two sentences, front-loaded with the core purpose, with zero wasted words. The scoping constraint 'lowest published assessment price' leads, followed by availability details, and the final clarifying sentence 'Factual listing data, not a recommendation' earns its place by disambiguating the tool's nature.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 11-parameter tool with no output schema and only 55% schema coverage, the description compensates partly by naming the return fields (next available appointment date, accepting-new-patients status, lowest price). However, it leaves gaps an agent needs for correct invocation: the exact result shape, pagination/hard limits on returns, ordering rules when prices tie, and what happens when no provider matches the filters. With no output schema present, these omissions are material.

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 coverage is 55%, so the schema documents a bit over half the parameters (condition, format, nation, for_child, available_within_days, accepting_new_patients) while leaving limit, max_price_gbp, cqc_registered, needs_shared_care, and published_price_only undocumented. The description partially compensates by linking 'lowest published assessment price' to price/published-only filters and 'availability' to the availability params, but it does not clarify cqc_registered, needs_shared_care, or limit. At ~55% coverage the description should do more than it does.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb and resource ('Find UK private ADHD/autism assessment providers') and a distinct scope ('lowest published assessment price', 'availability'). The line 'Factual listing data, not a recommendation' implicitly differentiates it from the sibling 'match' tool, but it never names siblings such as list_services or get_provider explicitly, so differentiation is implied rather than stated.

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 conveys when the tool is appropriate ('find providers', 'can filter by availability') and signals a boundary with 'not a recommendation'. However, it provides no explicit when-not-to-use guidance or named alternatives, so an agent must infer which sibling (get_provider, list_services, related_services) to choose instead in any given situation.

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 targets a distinct purpose: get_provider retrieves a single provider's details, search_providers finds providers by price/availability, list_services aggregates by assessment type, match ranks providers, and related_services handles cross-site routing. The descriptions are clear enough that an agent should not confuse them.

Naming Consistency3/5

Most tools follow a verb_noun snake_case pattern such as get_provider, list_services, and search_providers, but match and related_services deviate by lacking a verb or explicit action. The names are still readable and predictable overall.

Tool Count5/5

Five tools is well-scoped for a comparison-focused MCP server. Each tool covers a necessary interaction: browsing services, searching providers, viewing details, comparing via matching, and routing to related sites.

Completeness5/5

The domain is read-only comparison and provider discovery, and the tool set covers the full lifecycle: discover services, search providers, retrieve details, rank/match, and route to related conditions. No significant gaps are apparent for the stated purpose.

Resources