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

    Description of an MCP tool call for generic response storage.

    interface MCPToolCall {
    ย ย ย ย tool: string;
    ย ย ย ย params: Record<string, unknown>;
    ย ย ย ย server: string;
    }
    Index
    tool: string

    MCP tool name (e.g. 'get_propositioner', 'search_tables', 'get-country-info')

    params: Record<string, unknown>

    Parameters passed to the tool

    server: string

    MCP server identifier (e.g. 'riksdag-regering', 'scb', 'world-bank')