Get Members by Congress - All members who served in a specific Congress
get_members_by_congressRetrieve members of a specific U.S. Congress by number, with optional current-member filtering and result limits for precise legislative lookups.
Instructions
Get members who served in a specific Congress.
Args:
ctx: Context for API requests
congress: Congress number (e.g., 118 for 118th Congress)
current_member: Whether to only show current members
limit: Maximum number of members to return
Returns:
List of members who served in the specified Congress
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| congress | Yes | ||
| current_member | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when success is false: the section-9 error envelope | |
| items | No | Results of other kinds (bills, reports, communications, nominations), as returned by Congress.gov | |
| context | Yes | Context about the search or operation performed | |
| members | No | Member results | |
| success | Yes | Whether the operation was successful | |
| summary | Yes | Human-readable summary of the results | |
| item_kind | No | What `items` contains (bill, committee_report, communication, nomination, ...) | |
| operation | Yes | The operation that was performed | |
| committees | No | Committee results | |
| results_count | Yes | Number of items returned (equals the populated list's length) |