MCP documentation | MCP docs for agents
ark_create_carrier_review
ark.create_carrier_review
Create a 1-5 star ARK carrier review with optional broker comment and optional visible load link.
- Availability
- Expanded preview
- Scopes
carriers:write- ARK permissions
canEditCarrier- Team visibility
- Not entity-scoped
- Approval policy
ask_before_write- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
carrierIdstringrequiredVisible ARK carrier ID.
format: uuid
loadIdstringOptional visible ARK load ID to attach to the carrier review.
format: uuid
ratingintegerrequiredCarrier rating from 1 to 5.
min: 1; max: 5
commentstring | nullOptional broker feedback about the carrier.
max length: 5000
Result
The tool returns the canonical ark.create_carrier_review 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.