Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface DownloadManifest {
    ย ย ย ย dataSources: string[];
    ย ย ย ย docCounts: Record<string, number>;
    ย ย ย ย durationMs: number;
    ย ย ย ย toolDiagnostics: MCPToolInvocationDiagnostic[];
    }
    Index
    dataSources: string[]

    Names of MCP tools with successful fetch + post-processing during download

    docCounts: Record<string, number>

    Document counts per type

    durationMs: number

    Total download duration in milliseconds

    toolDiagnostics: MCPToolInvocationDiagnostic[]

    Row-per-call MCP diagnostics for manifest rendering