Skip to main content
Glama

Fonteum — Healthcare Provider Data (Hosted)

fonteum_search_providers

Read-only

Search US healthcare providers in loaded CMS NPPES specialty caches by vertical and state, with optional county context. Returns dated source context and up to 100 records; source_file and snapshot_digest may be null. Use for provider discovery by specialty and geography.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax records to return (default 25, max 100).
stateYes2-letter USPS state code (e.g. 'CA', 'TX').
countyNoOptional county filter (preserved on the result; NPPES does not publish county-of-practice).
verticalYesHealthcare vertical slug. One of: chiropractors, dermatologists, plastic-surgeons.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already establish read-only behavior, and the description adds context about the data source (loaded caches) and output behavior (up to 100 records, source_file and snapshot_digest may be null). This goes beyond the annotation without contradicting it.

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: the first states purpose and scope, the second adds output details and usage guidance. Every clause is informative, with no redundancy or waste.

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 absence of an output schema, the description provides a high-level return summary (dated source context, up to 100 records) and notes nullability of specific fields. It is sufficiently complete for a read-only search tool, though it does not enumerate all result fields or error conditions.

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's parameter-related statements ('by vertical and state', 'optional county') largely mirror the schema and add no new meaning beyond emphasizing the primary filtering dimensions.

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 searches US healthcare providers in loaded CMS NPPES specialty caches by vertical and state, with optional county. This specifies the action (search), resource (providers), and scope, and is distinct from sibling tools like lookup_npi or search_sanctions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use for provider discovery by specialty and geography,' providing clear when-to-use guidance. It also implies reliance on loaded caches, which is a contextual prerequisite.

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.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but there is potential confusion between check_exclusion, search_sanctions, and lookup_npi since all touch exclusion data. However, descriptions clarify the entry point (NPI vs name) and specific sources, making misselection unlikely but possible for agents unfamiliar with the domain.

Naming Consistency5/5

Every tool follows the consistent prefix_verb_noun pattern (e.g., fonteum_lookup_npi, fonteum_search_providers). The verbs are varied but appropriate to the action, and the naming convention is uniform throughout.

Tool Count5/5

With 9 tools, the server is well-scoped for a healthcare provider data and compliance lookup service. Each tool covers a distinct operation, and the count is within the ideal range for such a domain.

Completeness4/5

The surface covers core workflows: provider lookup, search, exclusion checking, sanctions screening, contractor lookup/history, dataset info, and snapshot verification. Minor gaps exist such as no historical NPI lookup or batch search, but these are not critical for the server's purpose.

Resources