MCP documentation | MCP docs for agents

ark_get_carrier_inspections

ark.get_carrier_inspections

Get FMCSA roadside inspections, violations, and citations for a visible ARK carrier.

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

Input

carrierIdstringrequired

Visible ARK carrier ID whose FMCSA inspections should be returned.

format: uuid

yearstring

Optional inspection year filter.

statestring

Optional two-letter report state filter.

min length: 2; max length: 2

inspectionLevelinteger

Optional FMCSA inspection level filter.

min: 1; max: 8

oosboolean

When true, only return inspections with vehicle out-of-service counts.

cursorstring

Pagination cursor returned by the previous call.

limitinteger

default: 50; min: 1; max: 200

Result

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