Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.47
    Preparing search index...

    Interface MCPToolInvocationDiagnostic

    Row-level diagnostics recorded in data-download-manifest.md.

    interface MCPToolInvocationDiagnostic {
    ย ย ย ย tool: string;
    ย ย ย ย query: Record<string, unknown>;
    ย ย ย ย resultCount: number;
    ย ย ย ย coverageState:
    ย ย ย ย ย ย ย ย | "full_text"
    ย ย ย ย ย ย ย ย | "metadata_only"
    ย ย ย ย ย ย ย ย | "not_indexed"
    ย ย ย ย ย ย ย ย | "search_empty"
    ย ย ย ย ย ย ย ย | "fetch_error";
    ย ย ย ย provenance: MCPProvenance;
    ย ย ย ย notes?: string;
    ย ย ย ย signal?: MCPStructuredSignal;
    }
    Index
    tool: string
    query: Record<string, unknown>
    resultCount: number
    coverageState:
    ย ย ย ย | "full_text"
    ย ย ย ย | "metadata_only"
    ย ย ย ย | "not_indexed"
    ย ย ย ย | "search_empty"
    ย ย ย ย | "fetch_error"
    provenance: MCPProvenance
    notes?: string