Get Members by District - Representatives who served a specific congressional district
get_members_by_districtRetrieve U.S. House representatives for any congressional district using state codes and district numbers. Access current member data from Congress.gov to identify legislators serving specific areas.
Instructions
Get the member representing a specific congressional district.
Args:
ctx: Context for API requests
state_code: Two-letter state code (e.g., 'CA', 'TX', 'NY')
district: Congressional district number within the state
current_member: Whether to only show current member (defaults to True)
Returns:
Member(s) representing the specified districtInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_code | Yes | ||
| district | Yes | ||
| current_member | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the operation was successful | |
| operation | Yes | The operation that was performed | |
| results_count | Yes | Number of results returned | |
| members | No | Member results | |
| committees | No | Committee results | |
| summary | Yes | Human-readable summary of the results | |
| context | Yes | Context about the search or operation performed |