You're viewing a demo portfolio

Join the waitlist
PRSM

get_entity_by_id

Active

Tool of Folketinget Dk

declared in 0.1.0

Fetch a single Folketinget entity record by its numeric id, e.g. Sag(1). Returns the record object directly (not wrapped in `value`). Use $expand to inline related entities.

Parameters schema

{
  "type": "object",
  "required": [
    "entity",
    "id"
  ],
  "properties": {
    "id": {
      "type": "number",
      "description": "Numeric id of the record."
    },
    "entity": {
      "type": "string",
      "description": "Danish entity name: Sag (cases/bills), Aktør (politicians/committees/parties), Afstemning (votes), Stemme (individual votes), Møde (meetings), Dokument, Sagstrin."
    },
    "expand": {
      "type": "string",
      "description": "OData $expand — related entities to inline, e.g. \"Sagstrin\" or \"Stemme\"."
    },
    "select": {
      "type": "string",
      "description": "OData $select — comma-separated fields."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Folketinget Dk

https://github.com/pipeworx-io/mcp-folketinget-dk

1/7 registries
View full server →