list_congress_members
ActiveTool of SimpleFunctions
declared in 1.0.0
List sitting US Congress members.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max rows"
},
"state": {
"type": "string",
"description": "Two-letter state code"
},
"chamber": {
"enum": [
"house",
"senate"
],
"type": "string",
"description": "Chamber filter"
},
"currentMember": {
"type": "boolean",
"description": "Only currently-serving members"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries