Skip to main content
Glama

List assessment services

list_services
Read-onlyIdempotent

List the ADHD & autism assessment types compared on NeuroCompare (adult/child, ADHD/autism) with the lowest published price and number of providers for each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds useful behavioral context by specifying that the result includes the lowest published price and number of providers for each assessment type, helping an agent anticipate the response shape.

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?

A single, front-loaded sentence conveys the verb, scope, and expected output without filler. Every clause adds information, and the structure supports quick parsing by an agent.

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 zero parameters, rich read-only annotations, and no output schema, the description sufficiently conveys what the tool returns. It could be slightly more complete by noting that this is the all-types overview and pointing to sibling tools for provider-specific lookups, but nothing essential for invoking the tool is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool takes zero parameters, so the description cannot add parameter-level meaning; per the rubric this is a baseline 4. The schema coverage is complete because there is nothing to document.

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 ('List') and a concrete resource ('ADHD & autism assessment types compared on NeuroCompare'), including scope qualifiers (adult/child, ADHD/autism) and key output fields (lowest published price, provider count). This clearly distinguishes it from sibling tools focused on providers or related services.

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 implies its use: it provides an overview of assessment types with pricing and provider counts. However, it does not explicitly say when to prefer this tool over siblings such as search_providers, get_provider, or related_services, and it offers no exclusion conditions.

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