Skip to main content
Glama
lzinga

US Government Open Data MCP

fec_committee_financials

Read-only

Get financial totals for any FEC committee by providing its committee ID. Supports optional election cycle filtering.

Instructions

Get financial totals for a committee (PAC, campaign, party). Requires a committee_id (use fec_search_committees to find one).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
committee_idYesFEC committee ID, e.g. 'C00703975'
cycleNoTwo-year election cycle, e.g. 2024
Behavior3/5

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

Annotations set readOnlyHint=true, matching the 'Get' verb. Description adds no extra behavioral context beyond what annotations already convey. No mention of limitations, data freshness, or return details.

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 concise sentences. Front-loaded with purpose. No unnecessary words. Efficiently conveys core information.

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

Completeness2/5

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

Lacks description of return output (e.g., what financial totals are included). Does not explain the optional cycle parameter. Given no output schema, description should provide more detail but does not.

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 covers both parameters with descriptions (100% coverage). Tool description only mentions committee_id, not cycle. No added meaning beyond schema examples.

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 clearly states verb 'Get' and resource 'financial totals for a committee', specifying committee types (PAC, campaign, party). It also mentions prerequisite tool, but does not explicitly differentiate from sibling tools like fec_candidate_financials or fec_committee_disbursements.

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

Usage Guidelines2/5

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

Provides minimal guidance: requires committee_id and suggests using fec_search_committees. No information on when to use this tool versus alternatives, nor any exclusions or context for the optional cycle parameter.

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/lzinga/us-gov-open-data-mcp'

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