MCP documentation | MCP docs for agents
ark_create_person
ark.create_person
Create a carrier driver or dispatcher contact and link it to the selected carrier.
- Availability
- Expanded preview
- Scopes
people:write- ARK permissions
canCreatePerson- 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
typestringrequiredCreate or update a carrier driver or dispatcher contact.
one of: driver, dispatcher
carrierIdstringrequiredCarrier 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.create_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.