fec_candidate_search
Search federal candidates (President, House, Senate) by name, state, office, or party using FEC data. Returns candidate IDs needed for the other FEC tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | No | Two-year election cycle (even year, e.g. 2024). Optional. | |
| limit | No | Maximum candidates to return (default 20, max 100). | |
| party | No | Party code (e.g. 'DEM', 'REP', 'IND', 'LIB'). Optional. | |
| query | No | Candidate name fragment (e.g. 'Warren', 'Smith'). Optional. | |
| state | No | Two-letter state code to filter by (e.g. 'MA', 'TX'). Optional. | |
| office | No | Office: 'P' (President), 'S' (Senate), or 'H' (House). Optional. |