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
statusstringOptional carrier invite status filter.
one of: all, pending, submitted, approved, rejected, expired, cancelled; default: "all"
querystringOptional search by invite email, legal name, DOT, or MC number.
min length: 1; max length: 100
limitintegerdefault: 25; min: 1; max: 100
offsetintegerdefault: 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.