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

    Interface StructuredToolTextContent

    Text content block returned alongside structured MCP content.

    interface StructuredToolTextContent {
        text: string;
        type: "text";
    }
    Index
    text: string

    Serialized text payload.

    type: "text"

    MCP content block type.