Confirm Upload
mcp_confirm_uploadApp-only: confirm a completed R2 upload (single PUT or multipart) for an Inbox interview. Audio/video is enqueued for transcription (STT + diarization). Text (.txt/.md) and PDF are stored and marked ready immediately — no transcription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title to apply before confirm. | |
| filename | Yes | Original filename. | |
| language | Yes | STT language for audio/video (e.g. en, ru, nl). Not used for text/PDF (no transcription). | |
| object_key | Yes | R2 object key from prepare. | |
| size_bytes | Yes | File size in bytes. | |
| interview_id | Yes | Interview UUID from prepare. | |
| multipart_parts | No | Completed parts (part_number + etag) when using multipart. | |
| multipart_upload_id | No | Multipart upload id — complete assembly before confirm. |