You're viewing a demo portfolio

Join the waitlist
PRSM

fetch_paginated_documents

Active

Tool of Riksdag & Regering MCP

declared in 2.1.0

Paginerad hämtning av dokument

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "rm": {
      "type": "string",
      "description": "Riksmöte (t.ex. 2024/25)"
    },
    "sok": {
      "type": "string",
      "description": "Sökterm"
    },
    "page": {
      "type": "number",
      "default": 1,
      "maximum": 10000,
      "minimum": 1,
      "description": "Sidnummer (1-indexerad)"
    },
    "doktyp": {
      "type": "string",
      "description": "Dokumenttyp (mot, prop, bet, etc.)"
    },
    "fetchAll": {
      "type": "boolean",
      "default": false,
      "description": "Hämta alla sidor (varning: kan vara långsamt!)"
    },
    "maxPages": {
      "type": "number",
      "default": 10,
      "maximum": 50,
      "minimum": 1,
      "description": "Max antal sidor att hämta om fetchAll=true"
    },
    "pageSize": {
      "type": "number",
      "default": 50,
      "maximum": 200,
      "minimum": 1,
      "description": "Antal resultat per sida"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Riksdag & Regering MCP

https://github.com/KSAklfszf921/Riksdag-Regering-MCP

1/7 registries
View full server →