MCP documentation | MCP docs for agents
ark_update_pod_review_status
ark.update_pod_review_status
Approve, reject, request revision, or reset review status for a visible proof-of-delivery document.
- Availability
- Expanded preview
- Scopes
loads:readbilling:write- ARK permissions
canViewLoadscanViewBillingcanMakeAdjustments- Team visibility
- Required and enforced
- Approval policy
ask_before_write- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
reviewIdstringExisting document review ID. Provide either reviewId or fileId.
format: uuid
fileIdstringPOD file ID when no review exists yet. Provide either reviewId or fileId.
format: uuid
statusstringrequiredone of: pending_review, approved, rejected, revision_required
approvalNotesstring | nullmax length: 5000
rejectionReasonstring | nullRequired for rejected and revision_required statuses.
max length: 5000
priorityintegermin: 1; max: 5
Result
The tool returns the canonical ark.update_pod_review_status 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.