MCP documentation | MCP docs for agents
ark_import_locations
ark.import_locations
Import parsed CSV rows as ARK locations, resolving visible teams, exact customer names, and duplicate skips.
- Availability
- Expanded preview
- Scopes
locations:write- ARK permissions
canCreateLocation- 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 location import. The tool resolves visible teams, exact customer names, and duplicate locations.
min items: 1; max items: 1000
Result
The tool returns the canonical ark.import_locations 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.