Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

open_payments_by_physician

Read-only

Get total payments each physician received from pharma, aggregated across all available years. Shows overall amount per doctor.

Instructions

Get payments grouped by individual physician across all years. Pre-aggregated totals — shows how much each doctor received from pharma overall.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of physicians (default 20)
Behavior4/5

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

ReadOnlyHint is already provided in annotations, so the description need not restate safety. It adds useful behavioral context by noting 'Pre-aggregated totals' and 'across all years,' which informs the agent that data is pre-summarized rather than raw records. No contradiction with annotations.

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 concise sentences deliver purpose, scope, and data nature without redundancy. Every word earns its place, making it easy to parse and understand quickly.

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?

For a simple pre-aggregated list tool with one optional parameter and a read-only annotation, the description is largely complete. It lacks explicit return-field details (e.g., doctor name, NPI, total amount), but the phrase 'how much each doctor received from pharma overall' strongly implies a payment total, which may be sufficient given the simplicity.

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?

The schema description covers 100% of the single parameter (limit: 'Number of physicians (default 20)'), so the baseline is 3. The description does not add any additional parameter meaning beyond what the schema already provides.

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 and resource: 'Get payments grouped by individual physician across all years.' It clearly states the aggregation dimension (by physician) and scope (all years), and is easily distinguished from sibling tools like by_company, by_hospital, or by_specialty.

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 provides clear context for when to use this tool: it returns per-physician total payments, implying it is appropriate when an agent needs doctor-level aggregated data. It does not explicitly name alternatives or exclusions, but the context is strong enough to guide selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server