MCP documentation | MCP docs for agents
ark_import_people
ark.import_people
Import parsed CSV rows as driver or dispatcher contacts, linking each row to an exact carrier match and reporting skipped rows.
- Availability
- Expanded preview
- Scopes
people:writecarriers:read- ARK permissions
canCreatePersoncanViewCarriers- 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 people import. Each row becomes a driver or dispatcher when an exact carrier match is found.
min items: 1; max items: 1000
Result
The tool returns the canonical ark.import_people 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.