MCP documentation | MCP docs for agents
ark_update_person
ark.update_person
Update a carrier driver or dispatcher contact profile and optional carrier link.
- Availability
- Expanded preview
- Scopes
people:write- ARK permissions
canEditPerson- 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
personIdstringrequiredARK person ID returned by people search/get.
format: uuid
typestringrequiredCreate or update a carrier driver or dispatcher contact.
one of: driver, dispatcher
carrierIdstringCarrier ID this person should be linked to.
format: uuid
firstNamestring | nullmax length: 100
lastNamestring | nullmax length: 100
emailstring | nullmax length: 500
phonestring | nullmax length: 50
notesstring | nullmax length: 5000
Result
The tool returns the canonical ark.update_person 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.