MCP documentation | MCP docs for agents

ark_search_people

ark.search_people

Search organization carrier contacts, including drivers and dispatchers linked to carriers.

Availability
Expanded preview
Scopes
people:read
ARK permissions
canViewPeople
Team visibility
Not entity-scoped
Approval policy
none
ARK approval request
Not required
Idempotency
Not required
Read-only
Yes
Destructive
No
External side effect
No
Rate limit
OAuth MCP credential and organization budgets

Input

typestring

Carrier people type to include.

one of: all, driver, dispatcher; default: "all"

querystring

Optional driver, dispatcher, email, phone, note, or carrier search text.

min length: 1; max length: 100

carrierIdstring

Optional carrier ID to limit people results.

format: uuid

limitinteger

default: 25; min: 1; max: 100

offsetinteger

default: 0; min: 0

Result

The tool returns the canonical ark.search_people 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.