Find Member of Parliament
parliament_find_memberSearch for UK MPs and Lords by name to find their parliamentary ID, party affiliation, constituency, and current status for further research.
Instructions
Search for a current or former MP or Lord by name.
Returns all members matching the name query, each with the integer
id required by parliament_member_debates and parliament_member_interests,
plus party, constituency, house, and current-sitting status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | FindMemberInput with the name (full or partial). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The name that was searched | |
| total | Yes | Number of members matching the query | |
| members | No | Matching members. Use the integer `id` field from any member to call parliament_member_debates or parliament_member_interests. |