congress_search_members
Search for members of Congress by state, district, or congress number, and filter by current status or update date. Get results for current or historical members.
Instructions
Search for members of Congress by state, congress number, district, or get all current members. Supports: /member (all), /member/{stateCode} (by state), /member/{stateCode}/{district} (by district), /member/congress/{congress} (by congress), /member/congress/{congress}/{stateCode}/{district} (combined).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 50) | |
| state | No | Two-letter state code to filter by, e.g. 'CA', 'TX'. Can be used alone or with district. | |
| congress | No | Congress number. When used with state+district, filters to that congress. Use alone to list all members of a congress. | |
| district | No | House district number (use with state). Returns all historical members for that seat. | |
| toDateTime | No | Filter by update date end (YYYY-MM-DDT00:00:00Z) | |
| fromDateTime | No | Filter by update date start (YYYY-MM-DDT00:00:00Z) | |
| currentMember | No | Filter by current member status. true = current members only, false = former only |