Skip to main content
Glama

Open Payments Company History

open_payments_company_history
Read-onlyIdempotent

Build a cross-year CMS Open Payments history for a company-name substring. Annual counts are authoritative for that query; dollar figures cover only the returned bounded sample and company aliases may split or combine legal entities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyYes
to_yearNo
from_yearNo
payment_typeNo
sample_per_yearNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearsYes
interpretationYes
sampled_recordsYes
sampled_amount_usdYes
total_matches_across_yearsYes

Schema Changelog

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

  1. Added

TDQS

A4.1/5.0
Behavior5/5

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

The description discloses critical behavioral traits beyond annotations: annual counts are authoritative, dollar figures cover only a bounded sample, and company aliases may split or combine legal entities. Annotations (readOnlyHint, openWorldHint, etc.) are consistent and do not contradict.

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 single-sentence description is concise, front-loads the action and input, and includes essential caveats (authoritative counts, sampled dollars, alias splitting) without excess verbiage.

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?

The description covers purpose, sample behavior, and alias handling. With an output schema present, missing return value explanations are acceptable. However, parameters 'payment_type' and 'sample_per_year' are not addressed, leaving a gap in completeness for a 5-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description only implicitly explains 'company' (substring) and 'from_year/to_year' (cross-year). The parameters 'payment_type' (enum with values) and 'sample_per_year' are not explained. The mention of 'bounded sample' hints at sampling but does not specify the parameter.

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 builds a 'cross-year CMS Open Payments history for a company-name substring', specifying the action (build history), data source (CMS Open Payments), and key input (company-name substring). It distinguishes from siblings like open_payments_company (likely single year) and open_payments_compare_companies by emphasizing the cross-year aspect.

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 implies usage for multi-year historical queries via 'cross-year', but does not explicitly state when to use this tool over siblings (e.g., open_payments_company for single year). No exclusions or alternative conditions are provided.

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.6/5.0
Disambiguation3/5

Tools like ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are very similar, causing potential confusion. The open_payments_* tools are clearly differentiated, but the mix of generic Pipeworx tools with domain-specific ones creates overlapping purposes.

Naming Consistency2/5

Tool names mix conventions: some use snake_case (ask_pipeworx, open_payments_company), while others use less consistent patterns (deep_research, generate_llms_txt). The open_payments_* tools have a consistent prefix, but the overall set lacks a unified naming scheme.

Tool Count2/5

With 41 tools, the server is heavily overloaded for a domain focused on CMS Open Payments. The majority of tools are general-purpose Pipeworx tools unrelated to the server's name, making the count feel excessive and unfocused.

Completeness3/5

The open_payments_* tools cover the CMS Open Payments domain well (search, company, physician, history, etc.). However, the inclusion of many unrelated Pipeworx tools means the server as a whole is not cohesive, and the completeness of the named domain is overshadowed.