Skip to main content
Glama
forgemeshlabs

gov-transparency-mcp

get_congress_trades

Read-only

Fetch and filter congressional stock trades from official STOCK Act disclosures by member, ticker, trade type, state, or date to track lawmaker transactions.

Instructions

PAID ($0.02) — Congressional stock trades parsed from official STOCK Act disclosures: US House member trades with ticker, asset, buy/sell, transaction date, and disclosed amount range. Filter by member name, ticker, trade type (purchase/sale/sale_partial/exchange), state, or date window. Disclosures lag trades by up to 45 days by law. Requires WALLET_PRIVATE_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
limitNoMax rows (default 25, max 100)
sinceNoISO date lower bound on transaction date
stateNoState or district prefix, e.g. 'VA' or 'VA01'
untilNoISO date upper bound on transaction date
memberNoMember name substring, e.g. 'wittman'
tickerNoExact ticker, e.g. 'NVDA'

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context beyond annotations: a $0.02 cost, a required WALLET_PRIVATE_KEY, and the statutory 45-day disclosure lag. This gives an agent important operational expectations for an otherwise read-only tool.

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?

Three sentences deliver cost, source, scope, fields, filters, regulatory lag, and authorization. Information is front-loaded with the paid indicator and each sentence earns its place; no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only query tool with no required parameters and no output schema, the description covers the source, data scope, returned fields, filtering dimensions, cost, auth requirement, and data freshness caveat. It gives an agent enough to call the tool correctly and interpret the domain.

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 86%, and the schema already documents the meaning of member, ticker, state, since, until, and limit. The description restates the filter concepts (date window, trade type, state) without adding substantial new semantics or value formats beyond the schema. Baseline 3 is appropriate.

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?

Describes a specific verb ('get') and resource ('Congressional stock trades parsed from official STOCK Act disclosures'), and enumerates the returned fields and available filters. It does not explicitly distinguish itself from the sibling tool 'get_trade_filings', so it lacks full sibling differentiation.

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?

Provides clear context about the domain (US House member trades), the data source, the available filters, and a precondition (requires WALLET_PRIVATE_KEY). It does not explicitly state when to prefer this tool over alternatives or when not to use it.

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

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