MCP documentation | MCP docs for agents
ark_import_carriers
ark.import_carriers
Import parsed CSV rows as ARK carriers, resolving factoring and payment terms while storing bank and tax fields encrypted without echoing them back.
- Availability
- Expanded preview
- Scopes
carriers:write- ARK permissions
canCreateCarrier- Team visibility
- Not entity-scoped
- 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
rowsarray<object>requiredParsed CSV rows for carrier import. Each row creates one carrier with address, FMCSA authority, insurance, and payment routing.
min items: 1; max items: 1000
Result
The tool returns the canonical ark.import_carriers 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.