fec_candidate_search
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Search federal candidates (President, House, Senate) by name, state, office, or party using FEC data. Returns candidate IDs needed for the other FEC tools.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cycle": {
"type": "number",
"description": "Two-year election cycle (even year, e.g. 2024). Optional."
},
"limit": {
"type": "number",
"description": "Maximum candidates to return (default 20, max 100)."
},
"party": {
"type": "string",
"description": "Party code (e.g. 'DEM', 'REP', 'IND', 'LIB'). Optional."
},
"query": {
"type": "string",
"description": "Candidate name fragment (e.g. 'Warren', 'Smith'). Optional."
},
"state": {
"type": "string",
"description": "Two-letter state code to filter by (e.g. 'MA', 'TX'). Optional."
},
"office": {
"type": "string",
"description": "Office: 'P' (President), 'S' (Senate), or 'H' (House). Optional."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries