You're viewing a demo portfolio

Join the waitlist
PRSM

query_entity

Active

Tool of Folketinget Dk

declared in 0.1.0

Query a Folketinget (Danish Parliament) OData v3 entity collection. Returns matching rows under the `value` array. Fields and values are in Danish (e.g. titel=title, navn=name, opdateringsdato=last-updated). Supports OData $filter/$orderby/$expand/$select with $top/$skip paging. Example filters: "year(opdateringsdato) eq 2024", "substringof('klima',titel)", "typeid eq 3".

Parameters schema

{
  "type": "object",
  "required": [
    "entity"
  ],
  "properties": {
    "top": {
      "type": "number",
      "description": "OData $top — max rows to return (default 20)."
    },
    "skip": {
      "type": "number",
      "description": "OData $skip — rows to skip for paging."
    },
    "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. \"Stemme\" or \"Sagstrin\"."
    },
    "filter": {
      "type": "string",
      "description": "OData $filter, e.g. \"year(opdateringsdato) eq 2024\" or \"substringof('klima',titel)\"."
    },
    "select": {
      "type": "string",
      "description": "OData $select — comma-separated fields, e.g. \"id,titel,opdateringsdato\"."
    },
    "orderby": {
      "type": "string",
      "description": "OData $orderby, e.g. \"opdateringsdato desc\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Folketinget Dk

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

1/7 registries
View full server →