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
carrierIdstringrequiredVisible ARK carrier ID whose FMCSA inspections should be returned.
format: uuid
yearstringOptional inspection year filter.
statestringOptional two-letter report state filter.
min length: 2; max length: 2
inspectionLevelintegerOptional FMCSA inspection level filter.
min: 1; max: 8
oosbooleanWhen true, only return inspections with vehicle out-of-service counts.
cursorstringPagination cursor returned by the previous call.
limitintegerdefault: 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.