Skip to main content
Glama
149,080 tools. Last updated 2026-05-27 23:58

"Backblaze" matching MCP tools:

  • Generate Bring-Your-Own-Storage configuration for UploadKit Next.js handler. Returns provider-specific environment variables and TypeScript handler code for AWS S3, Cloudflare R2, Google Cloud Storage, or Backblaze B2.
  • Create a B2 cloud-backed snapshot (zero local disk, async). Streams container data directly to Backblaze B2 via restic. No local disk impact — billed separately at cost+5%. Runs in background — returns immediately with status "creating". Poll list_snapshots() to check when status becomes "completed". Only available for VPS plans. Requires: API key with write scope. Args: slug: Site identifier description: Optional description (max 200 chars) Returns: {"id": "uuid", "name": "...", "status": "creating", "storage_type": "b2", "message": "B2 cloud snapshot started. Poll list_snapshots()..."} Errors: VALIDATION_ERROR: Not a VPS plan or max snapshots reached
    Connector