You're viewing a demo portfolio

Join the waitlist
PRSM

get_entity_by_id

Active

Tool of Tweedekamer Nl

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Tweedekamer Nl

https://github.com/pipeworx-io/mcp-tweedekamer-nl

1/7 registries
View full server →