search_hansard
ActiveTool of Uk Parliament
declared in 0.1.0
Search debate contributions in Hansard.
Parameters schema
{
"type": "object",
"examples": [
{
"house": "Commons",
"query": "climate change"
},
{
"take": 15,
"house": "Lords",
"query": "NHS funding",
"date_to": "2024-12-31",
"date_from": "2024-01-01"
}
],
"required": [
"query"
],
"properties": {
"skip": {
"type": "number",
"description": "0-based offset"
},
"take": {
"type": "number",
"description": "1-20 (default 20)"
},
"house": {
"type": "string",
"description": "Commons | Lords"
},
"query": {
"type": "string",
"description": "Full-text query"
},
"date_to": {
"type": "string",
"description": "YYYY-MM-DD"
},
"date_from": {
"type": "string",
"description": "YYYY-MM-DD"
},
"member_id": {
"type": "number",
"description": "Filter by contribution member id"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Uk Parliament
https://github.com/pipeworx-io/mcp-uk-parliament
1/7 registries