EU Parliament Monitor — API Documentation - v0.9.24
    Preparing search index...
    • Call an MCP tool with automatic retry on timeout or connection loss. Non-retriable errors are re-thrown immediately without consuming retry budget.

      Parameters

      • name: string

        Tool name

      • args: object

        Tool arguments (plain object, non-null, not an array)

      • retries: number

        Maximum number of retries (validated ≥ 0 by caller)

      • ops: ReconnectOps

        Reconnect operations adapter

      Returns Promise<MCPToolResult>

      Tool execution result