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

    Interface NotificationRulesResult

    Bucket notification rules response normalized for tool output.

    interface NotificationRulesResult {
        bucketId?: string;
        eventNotificationRules: EventNotificationRuleInput[];
    }
    Index
    bucketId?: string

    B2 bucket ID when the API includes it.

    eventNotificationRules: EventNotificationRuleInput[]

    Notification rules configured on the bucket.