congress_search_members
ActiveTool of io.github.blackboxfoundry/livedatalink
Search members of Congress, optionally filtered by Congress number, two-letter state, and district. Returns name, party, chamber, and bioguide ID (use that ID with congress_member_details).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20)."
},
"state": {
"type": "string",
"description": "Two-letter state code, e.g. 'TX'."
},
"congress": {
"type": "number",
"description": "Congress number."
},
"district": {
"type": "number",
"description": "House district number."
},
"current_member": {
"type": "boolean",
"description": "Limit to currently-serving members."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries