Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Get Recent Politician Trades

get_politician_recent_trades
Read-only

Retrieve recent congressional stock trades under the STOCK Act. Filter by buy/sell direction and lookback period to monitor trading activity.

Instructions

Get recent STOCK Act trades across all politicians. Each trade includes the senator info, ticker, transaction type, amount, and filing delay. Filter by direction (buy/sell) and lookback period. Useful for monitoring current congressional trading activity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback period in days (default: 30, max: 365)
limitNoMaximum results to return (default: 50, max: 100)
offsetNoPagination offset (default: 0)
directionNoFilter by direction: 'buy' or 'sell'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds that results include filing delay, which is useful context, but it doesn't disclose any additional behavioral traits beyond what annotations provide. No contradiction.

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 two sentences long, well front-loaded with the core purpose, and lists key output fields without any wasted words.

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?

Given the output schema exists, the description does not need to detail return values. It already lists the important fields. The tool has 4 parameters, all documented in schema, and the description provides sufficient context for a simple filtered-list tool.

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%, so parameters are already well-documented. The description mentions filtering by direction and lookback period, which adds some context but does not provide significant new meaning beyond the schema.

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 clearly states the verb 'get', the resource 'recent STOCK Act trades', and the scope 'across all politicians'. It also lists key output fields (senator info, ticker, transaction type, amount, filing delay), distinguishing it from other politician tools like get_politician_activity or get_politician_transactions.

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 says 'Useful for monitoring current congressional trading activity', which provides clear context for when to use. However, it does not explicitly mention when not to use it or point to alternatives, though the sibling list includes many other politician tools.

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

Deploy Server

Other Tools