Skip to main content
Glama

Coldpine: Congressional Stock Disclosures

One Periodic Transaction Report, parsed

get_filing

A single STOCK Act Periodic Transaction Report: who filed it and when, the roll-up (trade count, buy/sell split, tickers, amount range, longest disclosure lag, trades past the 45-day window, trades by spouse or dependent child), every trade it disclosed, a link to the original government document, and the one sample scored trade the public page shows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filing_idYesColdpine filing id (the trailing number in any coldpine.io/filings URL, or from list_recent_filings / get_member).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden and does disclose what the returned report contains, including the roll-up fields, all disclosed trades, original document link, and the sample scored trade. It does not discuss errors, authentication, or freshness, which prevents a higher score, but the content inventory is substantive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one dense sentence that front-loads the object and then uses a colon-structured list of contents. Every clause contributes useful information, though the run-on style and heavy comma usage keep it from being maximally clean.

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?

There is no output schema, so the description supplies a thorough inventory of the return value: filer identity, filing date, roll-up stats, every trade, source link, and the sample scored trade. It omits edge-case behavior for unknown filing_id, but with a single well-documented parameter this is a minor gap.

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%, and the filing_id parameter is already well documented with type, bounds, and a source hint (from coldpine URLs, list_recent_filings, or get_member). The description adds no parameter-specific meaning beyond what the schema provides, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource as a single STOCK Act Periodic Transaction Report and enumerates its contents: filer info, roll-up statistics, trades, source link, and sample scored trade. This is far from a tautology and the word 'single' helps distinguish it from list-style siblings like list_recent_filings, though it does not explicitly name an alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no when-to-use or when-not-to-use guidance in the description, and no mention of alternatives such as list_recent_filings or get_member. The only contextual hint lives in the parameter schema, not the description, so an agent gets no explicit routing help.

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.

Resources