Skip to main content
Glama

Govparse Government Data Gateway

pecos_enrollment_exodus_search

Where are clinicians dropping off Medicare enrollment? Anti-joins two PPEF quarterly snapshots: enrollments present earlier but gone in the latest, aggregated per state × specialty. Filter by state, specialty, org, individuals_only, min_dropped, or a since baseline snapshot. Returns dropped_count and sample dropped NPIs — a backfill-demand tell for clinician staffing. CMS public-domain records. [price: $0.05/row]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgNoOrganization name fragment (org enrollments).
limitNoMax rows (default 25, cap 100).
sinceNoBaseline snapshot: latest vs earliest on/after this date (YYYY-MM-DD).
stateNoEnrollment state code(s), CSV.
offsetNoRows to skip.
specialtyNoProvider-type / specialty fragment.
min_droppedNoMinimum dropped enrollments per state×specialty.
individuals_onlyNotrue = exclude organizational enrollments.

Schema Changelog

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

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It states that the tool anti-joins two quarterly snapshots (comparative behavior), returns aggregated counts and sample NPIs (output behavior), notes the data is CMS public-domain (licensing), and includes a per-row price. This is substantial useful context, though it does not mention pagination, rate limits, or other operational traits.

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 three sentences that front-load the purpose, then explain the mechanism, filters, output, and use case, all without waste. The price and licensing note are compact and useful. Every sentence contributes unique value.

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

Completeness5/5

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

Given 8 parameters, no output schema, and no annotations, the description is remarkably complete: it explains the analytical concept, the aggregation level, the output fields, the domain use case, the data source, and the cost. It even clarifies that NPIs are a sample. The only minor gap is lack of explicit pagination behavior, but limit/offset are in the schema, so the description suffices.

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 does add some high-level semantics by explaining that the tool aggregates per state × specialty and that 'since' selects a baseline snapshot, but it essentially restates the filter list already present in the schema. It does not provide syntax or deeper parameter nuances beyond the schema.

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 what the tool does: it anti-joins two PPEF snapshots to find clinicians who dropped off Medicare enrollment, aggregated by state and specialty. It distinguishes itself from the sibling pecos_enrollments_search and pecos_provider_exodus_search by describing the specific exodus/anti-join behavior and the returned metrics (dropped_count, sample NPIs).

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 opens with a use-case question ('Where are clinicians dropping off Medicare enrollment?') and explains the analytical method (anti-joining snapshots) and the filters available. It implicitly suggests when to use this tool (exodus analysis) but does not explicitly mention alternatives or when not to use it, so it stops short of full when/when-not 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

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