Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Get Politician Late Filers

get_politician_late_filers
Read-only

Identify politicians who fail to disclose trades on time by retrieving STOCK Act late filing violations, sorted by filing delay descending.

Instructions

Get STOCK Act late filing violations -- trades where the disclosure was filed more than 45 days after the transaction (a legal violation). Sorted by filing delay descending. Useful for identifying politicians with poor disclosure compliance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback period in days (default: 180, max: 730)
limitNoMaximum results to return (default: 10, max: 50)
offsetNoPagination offset (default: 0)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds valuable behavioral details: the selection criterion (45-day rule) and sorting order (filing delay descending). This goes beyond the annotations without contradicting them.

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 with no wasted words. The first sentence immediately defines the tool's function, and the second adds a practical use case. Each sentence earns its place.

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?

Given the existence of an output schema and high schema coverage, the description provides sufficient context: it explains the core logic, sorting, and use case. It does not need to detail return fields. A small improvement could be to mention that results are limited by the parameters, but the schema covers that.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

While schema coverage is 100%, the description adds domain context by explaining that 'late' means filed more than 45 days after the transaction, which clarifies the meaning of the 'days' parameter and the overall data. This aids the agent in understanding parameter impact.

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 states a specific verb ('Get') and a well-defined resource ('STOCK Act late filing violations') with clear criteria (filed more than 45 days after transaction, sorted by filing delay descending). This distinguishes it from sibling tools like get_politician_transactions or get_politician_recent_trades.

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

Usage Guidelines3/5

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

The description provides a clear use case ('identifying politicians with poor disclosure compliance') but does not explicitly state when to use this tool versus alternatives, nor 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.

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/signal8ai/signal8-mcp'

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