MCP documentation | MCP docs for agents
ark_bulk_update_pod_review_status
ark.bulk_update_pod_review_status
Bulk approve or reject visible proof-of-delivery document reviews from the billing compliance queue.
- 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
reviewIdsarray<string>requiredExisting POD document review IDs to update.
min items: 1; max items: 100
statusstringrequiredone of: approved, rejected
approvalNotesstring | nullmax length: 5000
rejectionReasonstring | nullRequired when rejecting PODs.
max length: 5000
Result
The tool returns the canonical ark.bulk_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.