You're viewing a demo portfolio

Join the waitlist
PRSM

congress_search_members

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
congress_search_members — io.github.blackboxfoundry/livedatalink — PRSM MCP