MCP documentation | MCP docs for agents
ark_prepare_carrier_file_upload
ark.prepare_carrier_file_upload
Create a signed upload URL and pending upload record for attaching a file to a visible ARK carrier.
- Availability
- Expanded preview
- Scopes
carriers:write- ARK permissions
canEditCarrier- Team visibility
- Not entity-scoped
- Approval policy
ask_before_write- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- Yes
- Rate limit
- OAuth MCP credential and organization budgets
Input
carrierIdstringrequiredVisible ARK carrier ID.
format: uuid
fileNamestringrequiredmin length: 1; max length: 255
fileTypestringrequiredCarrier document type such as W9, Insurance, Authority, Contract, or Other.
min length: 1; max length: 100
mimeTypestringrequiredmin length: 1; max length: 255
Result
The tool returns the canonical ark.prepare_carrier_file_upload operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.