MCP documentation | MCP docs for agents

ark_list_carrier_invites

ark.list_carrier_invites

List ARK carrier onboarding invites with status, DOT, email, expiration, submission, and linked-carrier state.

Availability
Expanded preview
Scopes
carriers:read
ARK permissions
canInviteCarrier
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

statusstring

Optional carrier invite status filter.

one of: all, pending, submitted, approved, rejected, expired, cancelled; default: "all"

querystring

Optional search by invite email, legal name, DOT, or MC number.

min length: 1; max length: 100

limitinteger

default: 25; min: 1; max: 100

offsetinteger

default: 0; min: 0

Result

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