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

    Interface DestructiveElicitationState

    Signed state carried between the elicitation request and resumed tool call.

    interface DestructiveElicitationState {
        argsDigest: string;
        effect: string;
        issuedAt: number;
        kind: "destructive-elicitation";
        toolName: string;
        v: 1;
    }
    Index
    argsDigest: string

    Digest of the destructive target arguments.

    effect: string

    Sanitized destructive effect approved by the user.

    issuedAt: number

    State issuance timestamp in epoch milliseconds.

    kind: "destructive-elicitation"

    State discriminator.

    toolName: string

    Tool that requested approval.

    v: 1

    State schema version.