FEC Candidates
government__fec-candidatesSearch U.S. federal election candidates using FEC data to find candidates by name, office, and election cycle with quality-scored results and source verification.
Instructions
[Government & Public Data Agent] Search for U.S. federal election candidates from the Federal Election Commission (FEC) API. Source: Federal Election Commission (Public Domain), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for candidate name | |
| office | No | Filter by office: P (President), S (Senate), H (House) | |
| cycle | No | Election cycle year (e.g. 2024) | |
| page | No | Page number for pagination | |
| limit | No | Results per page (max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |