Skip to main content
Glama
CohenD

fin-data-mcp-server

by CohenD

US Senate stock trades

congress_senate_trades
Read-onlyIdempotent

Retrieve US Senate stock transactions filtered by ticker, senator name, or transaction date range. Returns most recent matches.

Instructions

US Senate stock transactions (Stock Watcher). Filter by ticker, senator name, and/or transaction-date range; returns the most recent matches. Example: { person: 'Tuberville', startDate: '2023-01-01', endDate: '2023-12-31' }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
personNoSenator name (substring match)
tickerNoStock ticker, e.g. NVDA
endDateNoLatest transaction date, inclusive (YYYY-MM-DD)
startDateNoEarliest transaction date, inclusive (YYYY-MM-DD)
Behavior3/5

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

Annotations already clearly indicate read-only, idempotent, non-destructive behavior. Description adds that results are sorted by most recent matches, but no other behavioral details. No contradiction with annotations.

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?

Description is brief, front-loaded with purpose, includes an example in efficient manner. No superfluous text.

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?

Description covers filtering options and ordering. No output schema exists, so it would be helpful to mention result fields, but the purpose is clear. With annotations providing safety, the description is complete enough for basic usage.

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 provides descriptions for 4 of 5 parameters (80% coverage). Description lists filter types and includes an example that demonstrates parameter usage. No additional parameter meaning beyond schema, but example aids understanding.

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?

Description explicitly states 'US Senate stock transactions', lists filter criteria, and includes an example. It distinguishes from the sibling 'congress_house_trades' by the Senate vs House distinction.

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?

Description implies usage for querying Senate trades with filters and includes an example. Does not explicitly mention when to use alternatives like congress_house_trades, but the context is clear.

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/CohenD/fin-data-mcp'

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