@backblaze-labs/b2-mcp
    Preparing search index...

    Interface ToolErrorResult

    Structured MCP response for a failed tool call.

    interface ToolErrorResult {
        content: ToolTextContent[];
        isError: true;
    }
    Index
    content: ToolTextContent[]

    Error text content blocks.

    isError: true

    Marks the MCP tool result as an error.