MCP documentation | MCP docs for agents
ark_build_load_from_edi_tender
ark.build_load_from_edi_tender
Create a broker load from an accepted visible EDI tender, returning structured review blockers when customer, team, rate, or location decisions are needed.
- Availability
- Expanded preview
- Scopes
edi:readloads:write- ARK permissions
canViewEdicanCreateLoad- 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
tenderIdstringrequiredAccepted inbound EDI tender ID to convert into a broker load.
format: uuid
customerIdstringCustomer ID to use when the EDI shipper mapping is missing or ambiguous.
format: uuid
teamIdstringVisible team ID for the created load. Omit only when the connection has one visible team.
format: uuid
manualCustomerRatenumber | stringCustomer rate to use when the EDI tender does not include a trusted customer-pay value.
manualCustomerRateExplicitZerobooleanSet true only when a zero manual customer rate is intentional.
reviewedLoadCreateArgsobjectReviewed new_load2 argument overrides from the load-review flow. Use only after the tool returns a review plan.
Result
The tool returns the canonical ark.build_load_from_edi_tender 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.