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

    Interface MCPSearchResult<T>

    Structured response for MCP search/list wrapper methods.

    interface MCPSearchResult<T = Record<string, unknown>> {
    ย ย ย ย items: T[];
    ย ย ย ย query: Record<string, unknown>;
    ย ย ย ย resultCount: number;
    ย ย ย ย coverageState:
    ย ย ย ย ย ย ย ย | "full_text"
    ย ย ย ย ย ย ย ย | "metadata_only"
    ย ย ย ย ย ย ย ย | "not_indexed"
    ย ย ย ย ย ย ย ย | "search_empty"
    ย ย ย ย ย ย ย ย | "fetch_error";
    ย ย ย ย provenance: MCPProvenance;
    ย ย ย ย signal?: MCPStructuredSignal;
    }

    Type Parameters

    Index
    items: T[]
    query: Record<string, unknown>
    resultCount: number
    coverageState:
    ย ย ย ย | "full_text"
    ย ย ย ย | "metadata_only"
    ย ย ย ย | "not_indexed"
    ย ย ย ย | "search_empty"
    ย ย ย ย | "fetch_error"
    provenance: MCPProvenance