MCP documentation | MCP docs for agents

ark_reject_load_bid

ark.reject_load_bid

Reject a pending carrier bid for a visible ARK load with a broker-provided reason.

Availability
Expanded preview
Scopes
loads:dispatch
ARK permissions
one of: canEditLoadone of: canAssignLoads
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

loadIdstringrequired

Visible ARK load ID for the bid.

format: uuid

bidIdstringrequired

Pending load bid ID to reject.

format: uuid

rejectionReasonstringrequired

Broker-facing reason for rejecting the bid.

min length: 1; max length: 500

Result

The tool returns the canonical ark.reject_load_bid 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.