Skip to main content
Glama

Coldpine: Congressional Stock Disclosures

Latest congressional disclosures

whats_new

The newest Periodic Transaction Reports with parsed trades, newest first: who filed, buy/sell mix, tickers, late-filing flag, and the coldpine.io page per filing. Pass since (YYYY-MM-DD) to get only filings after that date — built for agents that poll.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNoOnly filings filed AFTER this date (YYYY-MM-DD). Omit for the latest 25.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it conveys key behavior: newest-first ordering, the fields included per filing, and the date-filter semantics. It does not describe pagination or response envelope, but for a read-style listing tool the behavior is largely transparent.

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 sentences with no filler: the first front-loads the resource, ordering, and returned fields, and the second adds the filtering usage. Every clause contributes useful information.

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 low-complexity tool with two optional parameters and no output schema, the description covers the core return contents, ordering, and main filter. It could be more explicit about limit behavior or response shape, but the schema already provides reasonable defaults.

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 description explains `since` with format and intent, but the schema already provides the same after-date semantics. The `limit` parameter gets no description-level treatment beyond its schema default/max/min, and at 50% schema coverage the description doesn't fully compensate for that gap.

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 identifies a specific resource ('newest Periodic Transaction Reports'), a clear ordering ('newest first'), and enumerates the included fields such as buy/sell mix, tickers, and late-filing flag. This is a concrete verb-plus-resource statement that helps differentiate it from siblings like list_recent_filings.

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 explicitly states the polling use case ('built for agents that poll') and explains when to pass `since` to get filings after a date. It does not explicitly mention when to prefer a sibling tool instead, so it stops short of full alternative 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.

Resources