Skip to main content
Glama

Govparse Government Data Gateway

pecos_enrollments_search

Who is enrolled in Medicare (PECOS)? Search the CMS 'Medicare Fee-For-Service Public Provider Enrollment' (PPEF) roster by state, specialty (provider type), org name, NPI, enrollment id, is_org, or snapshot. Returns NPI, enrollment id, provider type, state and org — the Medicare enrollment roster. CMS public-domain records. [price: $0.05/row]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
npiNoNPI(s), CSV.
orgNoOrganization name fragment (org enrollments).
limitNoMax rows (default 25, cap 100).
stateNoEnrollment state code(s), CSV.
is_orgNotrue = organizational enrollments; false = individuals.
offsetNoRows to skip.
snapshotNoExact snapshot date (YYYY-MM-DD).
specialtyNoProvider-type / specialty fragment.
latest_onlyNotrue = only the most recent snapshot.
enrollment_idNoPECOS enrollment id(s), CSV.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It adds useful context: the data is CMS public-domain, and the price per row is disclosed. It implies a read-only search and lists return fields. However, it does not explain snapshot versions, pagination behavior, or any data limitations, leaving some behavioral 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?

The description is compact and front-loaded with a purpose question. It packs in the resource, search keys, return fields, and pricing in just three sentences. Every sentence adds value and there is no fluff.

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 has 10 optional parameters and no output schema, the description does well to name the key return fields (NPI, enrollment id, provider type, state, org) and note the data source/pricing. It doesn't explain snapshot date semantics or the is_org/org distinction, but those are covered in the schema. Overall enough for an agent to select and invoke the tool.

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%—every parameter has a description and examples. The description recaps several parameters (state, specialty, org name, NPI, enrollment id, is_org, snapshot) but adds no new semantic detail beyond the schema. Thus baseline 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 specifies a clear verb ('Search') and exact resource ('CMS Medicare Fee-For-Service Public Provider Enrollment roster (PPEF)'), and lists the major search keys. It immediately answers 'Who is enrolled in Medicare?' and is distinct from exodus-focused sibling tools because it targets enrollment data, not exodus data.

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?

The description gives clear context on what the tool is for: searching the Medicare enrollment roster by provider attributes. It does not explicitly mention alternatives or exclusions, but the scope is unambiguous. It's obvious when to use this instead of, say, a provider look-up for individual details, but it could have named related tools for contrast.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct domain and specific action (e.g., FDA approvals vs clearances vs recalls; firmstanding business360 dossier vs search vs screen). Even overlapping concepts like 'business360' vs 'business360_lookup' are distinguished by input (UUID vs name+state). No two tools appear to do the same thing.

Naming Consistency5/5

All tools use a consistent lowercase snake_case pattern with domain prefix (e.g., fda_*, firmstanding_*, fmcsa_*, govcon_*). Action words (search, lookup, screen, feed, stats) follow predictable usage. The naming is uniform and easy to parse.

Tool Count4/5

38 tools is on the higher end but appropriate for a comprehensive government data gateway spanning multiple agencies and datasets. Each domain has a reasonable number of tools (e.g., FMCSA: 7, OFLC: 6). Could potentially be trimmed slightly, but overall well-scoped for the stated purpose.

Completeness5/5

The tool surface covers the major government data sources comprehensively: FDA (approvals, clearances, recalls), FMCSA (carrier census, safety, insurance, etc.), FSIS, DOJ/OFLC, OSHA/EPA/DOL enforcement, SEC insider filings, clinical trials, VA facilities/opportunities/vendors, and federal contracting. No obvious gaps for the stated gateway purpose.

Resources