upload_apk
Upload an Android APK to Cloudflare R2 storage, organizing files by project and version for structured releases.
Instructions
Upload an Android APK to R2 using the convention {project}/{version}/{filename}. Prefer this tool for APK releases (vitalo, linkbox, nestle, diageo, contador, …).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the APK on the MCP host | |
| project | Yes | Project alias (e.g. vitalo, linkbox, nestle, diageo, contador) | |
| version | Yes | Version or tag (e.g. 2.1.0) | |
| filename | No | APK filename in the bucket (default: app-release.apk) |