MCP documentation | MCP docs for agents
ark_list_dispatch_notes
ark.list_dispatch_notes
List broker-entered notes for a visible ARK load dispatch with creator context and newest-first pagination.
- Availability
- Core preview
- Scopes
loads:read- ARK permissions
canViewLoads- Team visibility
- Required and enforced
- 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
loadIdstringrequiredformat: uuid
dispatchIdstringrequiredformat: uuid
limitintegerdefault: 50; min: 1; max: 100
cursorstringmin length: 1; max length: 512
beforeCreatedAtstringformat: date-time
Result
The tool returns the canonical ark.list_dispatch_notes 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.