Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Get Politician Activity

get_politician_activity
Read-only

Analyze a politician's trading activity with period-based buy/sell metrics, top traded tickers, and transaction type breakdown.

Instructions

Get activity metrics for a politician broken down by period (30d, 90d, 1y, all-time). Includes buy/sell counts and values per period, most traded tickers (top 10), and transaction type breakdown. Useful for analyzing trading patterns over time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesPolitician URL slug (e.g., "sen-nancy-pelosi")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, indicating safe read operations. The description adds value by detailing the output structure (periods, counts, values, top tickers, type breakdown) without contradicting annotations. No behavioral quirks or auth needs are omitted.

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 efficiently communicate the tool's purpose, data content, and usage context. No extraneous information, and the most critical details are front-loaded.

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 that an output schema exists, the description does not need to detail return values. It covers all necessary aspects for a read tool: what data is returned and its purpose. The presence of annotations and schema makes this complete.

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 coverage is 100% with a single parameter (slug) adequately described. The description does not add new information about the parameter itself; it explains output features (periods) which are not parameters. Baseline 3 is appropriate as the schema already handles parameter meaning.

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 it retrieves activity metrics for a politician with specific breakdowns by time period, mentioning key data points like buy/sell counts, top tickers, and transaction types. It effectively distinguishes from siblings by emphasizing aggregated periodic data over individual transactions or profit/loss.

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 notes the tool is useful for analyzing trading patterns over time, implying usage for aggregated periodic data, but it does not explicitly state when to avoid it or suggest alternatives. With many sibling tools, direct guidance would improve selection.

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