Get Member Debates
parliament_member_debatesRetrieve parliamentary debate contributions by specific UK members, optionally filtered by topic, for legal research and analysis.
Instructions
Retrieve Hansard contributions by a specific member, optionally filtered by topic.
Use parliament_find_member first to obtain the integer member ID. Each contribution's text field is capped at 3000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | MemberDebatesInput with member_id and optional topic filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member_id | Yes | Parliament Members API member ID | |
| topic | No | Topic phrase filter applied, if any | |
| offset | No | Skip applied to this page | |
| limit | No | Page size requested | |
| total | Yes | Number of contributions returned in this call | |
| has_more | No | True if a full page was returned (more may exist) | |
| contributions | No | Hansard contributions for the member. Each `text` field is capped at 3000 characters. |