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

reviewIdstring

Existing document review ID. Provide either reviewId or fileId.

format: uuid

fileIdstring

POD file ID when no review exists yet. Provide either reviewId or fileId.

format: uuid

statusstringrequired

one of: pending_review, approved, rejected, revision_required

approvalNotesstring | null

max length: 5000

rejectionReasonstring | null

Required for rejected and revision_required statuses.

max length: 5000

priorityinteger

min: 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.