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

    Interface McpToolAnnotations

    MCP tool annotations derived from capability and destructive-policy metadata.

    interface McpToolAnnotations {
        destructiveHint: boolean;
        idempotentHint: boolean;
        openWorldHint: boolean;
        readOnlyHint: boolean;
    }
    Index
    destructiveHint: boolean

    Whether the tool is covered by the destructive-operation gate.

    idempotentHint: boolean

    Whether repeated identical calls are expected to converge.

    openWorldHint: boolean

    Whether the tool can interact with external systems.

    readOnlyHint: boolean

    Whether the tool is expected to avoid state changes.