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

    Interface StructuredToolResult

    Successful MCP tool result with text content and JSON structured content.

    interface StructuredToolResult {
        content: StructuredToolTextContent[];
        structuredContent: JsonCompatible;
    }
    Index

    LLM-facing text content blocks.

    structuredContent: JsonCompatible

    Canonical JSON-compatible structured content.