Skip to main content
Glama

provider_lookup

Look up US healthcare providers from the public CMS NPPES registry by NPI, or search by specialty + state (+ optional name/city). Returns NPI, name, specialty, license, location, and an OIG-LEIE exclusion flag on each. Public data only — no PHI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
npiNoExact 10-digit NPI for a single provider.
cityNo
nameNoProvider or organization name substring.
limitNoMax results (default 50).
stateNoTwo-letter state, e.g. 'TX'.
specialtyNoTaxonomy/specialty, e.g. 'Cardiology'.

TDQS

A4.2/5.0
Behavior4/5

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

Given no annotations, the description carries the full burden. It discloses the data source (public, no PHI), returned fields, and the OIG-LEIE exclusion flag. However, it does not explain behavior when both npi and other parameters are provided, or how default limit applies, which are minor gaps.

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?

Three sentences, no wasted words. Front-loaded with the primary action and quickly enumerates inputs and outputs. Every sentence adds value.

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?

With 6 parameters, no output schema, and no annotations, the description is largely complete: it covers purpose, inputs, and output fields. It omits details like error handling or pagination, but for a lookup tool the provided context is sufficient for most use cases.

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?

Schema description coverage is 83%, so the baseline is 3. The description adds value by clarifying the two usage modes (by NPI vs. by specialty+state with optional fields), which the schema alone does not convey. This extra context raises the score.

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 looks up US healthcare providers from the CMS NPPES registry, specifying two search modes (by NPI or by specialty+state with optional name/city) and lists returned fields. This distinguishes it from siblings like fda_enforcement and screen_exclusion.

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 explains how to use the tool (two modes) but does not explicitly state when to use this tool versus alternatives like new_exclusions or fda_enforcement. The phrase 'Public data only — no PHI' provides a constraint but no comparative guidance.

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

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct function: FDA enforcements, new OIG exclusions, general provider lookup with exclusion flag, and detailed exclusion screening. No two tools have overlapping purposes.

Naming Consistency4/5

All tools use snake_case and are descriptive, but patterns vary: fda_enforcement is a noun phrase, new_exclusions is adjective+noun, provider_lookup is noun+verb, screen_exclusion is verb+noun. This minor inconsistency slightly reduces clarity.

Tool Count4/5

Four tools is appropriate for the healthcare provider risk domain, covering key areas without bloat. It's on the lower end but still sufficient for basic workflows.

Completeness4/5

Core functionality is covered (FDA recall alerts, new exclusions, provider lookup, exclusion screening). Missing a tool for detailed exclusion info or direct SAM.gov access, but the surface is reasonably complete for credentialing and procurement teams.

Resources