get_entity_by_id
Pack: tweedekamer-nl · Endpoint: https://gateway.pipeworx.io/tweedekamer-nl/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
entity | string | yes | |
id | string | yes | Record GUID, e.g. “8b3664bd-77e4-468b-af96-f3f4ec27fcce”. |
select | string | no | OData $select, comma-separated field names. |
expand | string | no | OData $expand, navigation properties to inline. |
Example call
curl -X POST https://gateway.pipeworx.io/tweedekamer-nl/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_entity_by_id","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"tweedekamer-nl": {
"url": "https://gateway.pipeworx.io/tweedekamer-nl/mcp"
}
}
}
See Getting Started for client-specific install steps.