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

typestringrequired

Create or update a carrier driver or dispatcher contact.

one of: driver, dispatcher

carrierIdstringrequired

Carrier ID this person should be linked to.

format: uuid

firstNamestring | null

max length: 100

lastNamestring | null

max length: 100

emailstring | null

max length: 500

phonestring | null

max length: 50

notesstring | null

max 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.