Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Get Politician Donor Summary

get_politician_donor_summary
Read-only

Retrieve a bundled summary of a politician's donors, including cycle totals, donor count, and top 10 individual and PAC donors. Ideal for answering who funds a specific politician.

Instructions

Get a bundled donor summary for a single politician: cycle totals (raised, spent, cash-on-hand, debts), donor count, top 10 individual donors, and top 10 PAC donors — all in one response. This is the right tool for "who funds " or "biggest donors to " style questions. For the full paginated list, use get_politician_donors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesPolitician URL slug (e.g., "sen-nancy-pelosi")
cycleNoElection cycle as 4-digit year (e.g. "2024"). Defaults to most recent cycle.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=true, and description adds detail on the summary contents (cycle totals, donor count, top donors). No contradictions. It does not discuss rate limits or data freshness, but adequately covers behavior.

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, front-loaded with purpose, then usage guidelines. Every sentence adds value. No wordiness.

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 presence of an output schema, the description sufficiently explains the summary's content and use case. It could add more on aggregation logic, but not necessary for agent selection and invocation.

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 has 100% description coverage, so the schema already documents both parameters. The description implies slug use but adds minimal extra beyond schema. It hints at cycle defaulting to most recent, but that's already in schema. Baseline 3 is appropriate.

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 returns a bundled donor summary for a single politician, listing specific data points (cycle totals, donor count, top donors). It distinguishes from the sibling tool get_politician_donors for a full paginated list.

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

Usage Guidelines5/5

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

Explicitly advises using this tool for 'who funds <politician>' or 'biggest donors to <politician>' questions, and directs to get_politician_donors for a full paginated list. Provides when-not and alternative.

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