MCP documentation | MCP docs for agents
ark_create_location
ark.create_location
Create a team-owned ARK location and address, optionally linked to a customer.
- 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
teamIdstringrequiredVisible team ID that owns the location.
format: uuid
customerIdstring | nullOptional customer linked to this location.
format: uuid
namestringrequiredmin length: 1; max length: 200
companystring | nullmax length: 200
addressstring | nullmax length: 500
address2string | nullmax length: 500
citystring | nullmax length: 200
statestring | nullmax length: 20
zipstring | nullmax length: 30
phonestring | nullmax length: 50
emailstring | nullmax length: 500
notesstring | nullmax length: 5000
internalNotesstring | nullmax length: 5000
latitudenumber | nulllongitudenumber | nulltimezoneIdstringrequiredmin length: 1; max length: 100
countrystringone of: USA, CAN, MEX; default: "USA"
Result
The tool returns the canonical ark.create_location 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.