MCP documentation | MCP docs for agents

ark_get_load_board_posting_preview

ark.get_load_board_posting_preview

Get DAT or Sylectus posting defaults and validation context before posting or updating a load-board listing.

Availability
Expanded preview
Scopes
loads:read
ARK permissions
canViewLoads
Team visibility
Required and enforced
Approval policy
none
ARK approval request
Not required
Idempotency
Not required
Read-only
Yes
Destructive
No
External side effect
No
Rate limit
OAuth MCP credential and organization budgets

Input

sourceIdstringrequired

Load ID, or spot-load ID when sourceType is spot_load.

format: uuid

providerstring

Load-board provider whose posting draft or update should be previewed.

one of: dat, sylectus; default: "dat"

sourceTypestring

one of: load, spot_load; default: "load"

modestring

Use draft for a new posting and update for an existing provider posting.

one of: draft, update; default: "draft"

Result

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