Skip to main content
Glama
forgemeshlabs

gov-transparency-mcp

get_trade_filings

Query US House trade filings by year, state, member, or type to get filer, district, date, and PDF link. Poll 'P' to catch fresh trade reports early.

Instructions

PAID ($0.01) — US House financial-disclosure filing index: who filed periodic transaction reports, annual reports, amendments, and more — filer, district, type, date, and official PDF link. Poll filing_type 'P' to catch fresh trade disclosures early. Requires WALLET_PRIVATE_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoFiling year, e.g. 2026
limitNoMax rows (default 25, max 100)
stateNoState or district prefix
memberNoMember name substring
filing_typeNoFiling type code, e.g. 'P' for trade reports
Behavior4/5

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

The description prominently discloses the cost ('PAID ($0.01)') and the authentication requirement ('Requires WALLET_PRIVATE_KEY'), which are critical operational behaviors. Since no annotations are provided, the description carries the full transparency burden, and it does a good job with these essentials, though it doesn't cover rate limits or pagination intricacies.

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 a single dense but efficient sentence, front-loading the cost and purpose, then enumerating key fields and a usage hint. No filler or redundancy; every clause 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?

Given the modest complexity, full schema coverage, and no output schema, the description covers the essentials: purpose, cost, auth, key usage pattern. It doesn't describe response format, but that's not required if output schema exists (it doesn't, but the tool is a simple index listing). It could mention pagination beyond limit, but otherwise it's fairly complete.

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 already provides thorough parameter descriptions (coverage 100%), including defaults and examples. The description adds semantics around filing_type 'P' for trades, which is a useful hint, but otherwise the schema does the lifting, so 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 is highly specific: 'US House financial-disclosure filing index' with a clear enumeration of what it returns (filer, district, type, date, PDF link) and a distinct verb ('Poll'). It clearly distinguishes from siblings like get_congress_trades by focusing on the filing index rather than summarized trade 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 a concrete use case: 'Poll filing_type 'P' to catch fresh trade disclosures early.' This is actionable guidance. However, it doesn't explicitly state when NOT to use it or mention alternatives like get_congress_trades, though the sibling context implies differentiation.

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/forgemeshlabs/gov-transparency-mcp'

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