Skip to main content
Glama
forgemeshlabs

gov-transparency-mcp

get_candidate_money

Retrieve campaign finance totals for a US federal candidate by name or FEC ID, including receipts, spending, cash on hand, debts, and individual vs PAC split for a recent cycle, with optional office preference.

Instructions

PAID ($0.01) — Campaign finance totals for a US federal candidate: receipts, spending, cash on hand, debts, individual vs PAC split, per recent cycle. Pass a name (fuzzy) or exact candidate_id; optional office preference. Requires WALLET_PRIVATE_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
officeNo
candidateNoCandidate name, min 3 chars
candidate_idNoExact FEC candidate id (alternative to name)
Behavior2/5

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

No annotations are available, and the description only notes that 'requires WALLET_PRIVATE_KEY' and warns 'PAID ($0.01)'. It does not specify whether the operation is read-only, whether it deletes/overwrites data, rate limit, or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single efficient sentence, values are separated by dashes; important empty payment notice is leading.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although the tool has a clear domain and data includes the cycle and office filter, there is no output cardinality/schema, and only a reduced indicator of auth. There are sibling tools, but not explicitly referenced.

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?

The schema has 3 parameters and 67% coverage. The description adds the distinction 'fuzzy name vs exact ID', but otherwise 'optional office field' and parameter names and their descriptions are all you get. The description does not fully fill the missing schema entries.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description begins with 'PAID ($0.01)' and specifies a concrete action and object: 'Campaign finance totals for a US federal candidate: receipts, spending, cash on hand, debts, individual vs PAC split, per recent cycle.' It clearly identifies the subject matter and lists concrete fields. Differentiates from siblings by finance focus, but no explicit comparison to other tools.

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 states that you pass a name (fuzzy) or exact candidate_id, and says office preference is optional. It does not explicitly explain when to choose one tool over siblings, nor does it specify any alternative.

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/forgemeshlabs/gov-transparency-mcp'

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