MCP documentation | MCP docs for agents
ark_import_customers
ark.import_customers
Import parsed CSV rows as ARK customers, resolving visible teams, matching payment terms, and reporting duplicate skips.
- Availability
- Expanded preview
- Scopes
customers:write- ARK permissions
canCreateCustomer- 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
rowsarray<object>requiredParsed CSV rows for customer import. The tool resolves visible teams, skips duplicate customer names, and links matching payment terms.
min items: 1; max items: 1000
Result
The tool returns the canonical ark.import_customers 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.