UK Parliament members search
uk_search_members
TW-specificMIT
**關鍵字 / Keywords**: 英國 國會 議員 搜尋 下議院 上議院 選區 政黨 UK parliament MP lords members search constituency party commons house
Scope: UK Parliament · MPs and Lords directory.
Search members by name. The UK twin of TW's `tw_search_legislator`.
Args:
name: member name (partial OK · e.g. "starmer").
house: "Commons" or "Lords" to filter · None = both.
limit: max results (default 20, cap 50).
Returns dict with `data: [{member_id, name, party, house,
constituency, since, url}, ...]`.
License: OGL v3 + Parliamentary Copyright.Input schema
{
"properties": {
"name": {
"default": "",
"title": "Name",
"type": "string"
},
"house": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "House"
},
"limit": {
"default": 20,
"title": "Limit",
"type": "integer"
}
},
"title": "uk_search_membersArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see uk_search_members. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 uk_search_members 處理 "…"。 # It will call: uk_search_members(input="…")
Haven't set up a client yet?
Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.
See user docs