Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    • Parse the MCP reliability table rows from a section body.

      Walks line-by-line looking for markdown table rows (| a | b | โ€ฆ |). The first such row is the header, the second is the separator (|:---:|), and subsequent rows are data. Returns an empty array if no table is found.

      Parameters

      • sectionBody: string

      Returns { headers: string[]; rows: MCPReliabilityRow[] }