MCP documentation | MCP docs for agents
ark_update_location
ark.update_location
Update a visible ARK location profile, address fields, notes, and customer link.
- Availability
- Expanded preview
- Scopes
locations:write- ARK permissions
canEditLocation- 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
locationIdstringrequiredVisible ARK location ID.
format: uuid
customerIdstring | nullOptional customer linked to this location.
format: uuid
namestringmin 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 | nulltimezoneIdstring | nullmax length: 100
countrystringone of: USA, CAN, MEX; default: "USA"
Result
The tool returns the canonical ark.update_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.