UK Parliament
UK Government integration · 5 node(s).
00Overview
UK Parliament — MPs & Lords, bills, Commons votes and written questions
Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.
01Connecting UK Parliament
Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:
${secrets.your_secret}.02Commons
Commons Divisions
ukgov/parliament/commons_divisions · Action
Search recorded House of Commons division (vote) results (UK Parliament)
| Field | Type | Details | |
|---|---|---|---|
| Search Term (optional) | string | e.g. budget | |
| Maximum Results (1-25) | integer | 20 |
Returns: tool_result, divisions, count, success, error
03Get
Get Member
ukgov/parliament/get_member · Action
Retrieve a UK Parliament member (MP or Lord) by ID (UK Parliament)
| Field | Type | Details | |
|---|---|---|---|
| Member ID | string | Required | e.g. 4514 |
Returns: tool_result, member, name, party, constituency, house, success, error
04Search
Search Bills
ukgov/parliament/search_bills · Action
Search UK Parliament bills by keyword, with their current stage (UK Parliament)
| Field | Type | Details | |
|---|---|---|---|
| Search Term | string | Required | e.g. finance |
| Maximum Results (1-20) | integer | 20 |
Returns: tool_result, bills, count, total, success, error
Search Members
ukgov/parliament/search_members · Action
Search UK Parliament members (MPs and Lords) by name (UK Parliament)
| Field | Type | Details | |
|---|---|---|---|
| Member Name | string | Required | e.g. Keir Starmer |
| Maximum Results (1-20) | integer | 20 |
Returns: tool_result, members, count, total, success, error
05Written
Written Questions
ukgov/parliament/written_questions · Action
Search UK Parliament written questions and answers by keyword (UK Parliament)
| Field | Type | Details | |
|---|---|---|---|
| Search Term | string | Required | e.g. NHS waiting times |
| Maximum Results (1-20) | integer | 20 |
Returns: tool_result, questions, count, total, success, error
06Notes & Limitations
Behaviours and constraints worth knowing before you build with these nodes.
- These nodes are read-only lookups against UK Parliament's public open-data services and require no account, API key, or credentials to run.
- Member searches cover both the Commons and the Lords and can return former as well as currently-serving members, so check a result's status before acting on it.
- Written question searches may return questions that have not yet been answered, since the government has a set period to respond after a question is tabled.