get_entity_by_id
ActiveTool of Tweedekamer Nl
Fetch one Tweede Kamer record by its GUID id. Pass the entity name and the record Id (a GUID, e.g. "8b3664bd-77e4-468b-af96-f3f4ec27fcce"). Optionally narrow fields with $select or inline related records with $expand.
Parameters schema
{
"type": "object",
"required": [
"entity",
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Record GUID, e.g. \"8b3664bd-77e4-468b-af96-f3f4ec27fcce\"."
},
"entity": {
"type": "string",
"description": "Dutch entity name. Common: Persoon (people/MPs), Fractie (parties), Zaak (cases/motions/bills), Activiteit (activities/debates), Vergadering (meetings), Stemming (votes), Besluit (decisions), Document (documents)."
},
"expand": {
"type": "string",
"description": "OData $expand, navigation properties to inline."
},
"select": {
"type": "string",
"description": "OData $select, comma-separated field names."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tweedekamer Nl
https://github.com/pipeworx-io/mcp-tweedekamer-nl
1/7 registries