query_entity
ActiveTool of Folketinget Dk
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\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Folketinget Dk
https://github.com/pipeworx-io/mcp-folketinget-dk
1/7 registries