search_dokument
ActiveTool of Riksdag & Regering MCP
declared in 2.1.0
Sök efter riksdagsdokument
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"rm": {
"type": "string",
"description": "Riksmöte (t.ex. 2024/25)"
},
"avd": {
"type": "string",
"description": "Avdelning"
},
"bet": {
"type": "string",
"description": "Beteckning (t.ex. AU10)"
},
"iid": {
"type": "string",
"description": "Ledamots-ID"
},
"typ": {
"type": "string",
"description": "Huvudtyp för dokumentet"
},
"sort": {
"type": "string",
"description": "Sorteringsordning"
},
"exakt": {
"type": "boolean",
"description": "Kräv exakt matchning"
},
"limit": {
"type": "number",
"default": 50,
"maximum": 200,
"minimum": 1,
"description": "Max antal resultat"
},
"organ": {
"type": "string",
"description": "Organ (t.ex. KU, FiU, UU)"
},
"parti": {
"type": "string",
"description": "Parti"
},
"titel": {
"type": "string",
"description": "Titel eller fritext att söka efter"
},
"doktyp": {
"type": "string",
"description": "Dokumenttyp (t.ex. mot, prop, bet, skr)"
},
"facets": {
"type": "string",
"description": "Facetteringar"
},
"nummer": {
"type": "string",
"description": "Dokumentnummer"
},
"status": {
"type": "string",
"description": "Status (planerat, antaget etc.)"
},
"subtyp": {
"type": "string",
"description": "Undertyp"
},
"talare": {
"type": "string",
"description": "Talare"
},
"webbtv": {
"type": "boolean",
"description": "Hitta dokument med webbtv"
},
"rapport": {
"type": "string",
"description": "Rapporttyp (rdlstat etc.)"
},
"to_date": {
"type": "string",
"description": "Till datum (YYYY-MM-DD)"
},
"subtitle": {
"type": "string",
"description": "Undertitel"
},
"from_date": {
"type": "string",
"description": "Från datum (YYYY-MM-DD)"
},
"mottagare": {
"type": "string",
"description": "Mottagare"
},
"planering": {
"type": "boolean",
"description": "Inkludera planeringsdata"
},
"sortorder": {
"enum": [
"asc",
"desc"
],
"type": "string",
"description": "Sorteringsriktning"
},
"relaterat_id": {
"type": "string",
"description": "Relaterat dokument-ID"
},
"tempbeteckning": {
"type": "string",
"description": "Temporär beteckning"
}
},
"additionalProperties": false
}Parent server
Riksdag & Regering MCP
https://github.com/KSAklfszf921/Riksdag-Regering-MCP
1/7 registries