Search Parliamentary Committees
committees_search_committeesSearch or list UK parliamentary select committees by name, house, and active status to find relevant oversight bodies for legal research.
Instructions
Search or list UK parliamentary select committees.
Returns committee names, house, and active status. Use committees_get_committee with the committee ID for membership detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | CommitteeSearchInput with optional query, house, active_only, limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Name substring filter applied, or None | |
| house | No | House filter applied, or None | |
| active_only | Yes | Whether results were restricted to currently active committees | |
| total | Yes | Number of committees returned in this call | |
| committees | No | Matching committees. Use committees_get_committee for membership detail. |