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

loadIdstringrequired

format: uuid

dispatchIdstringrequired

format: uuid

limitinteger

default: 50; min: 1; max: 100

cursorstring

min length: 1; max length: 512

beforeCreatedAtstring

format: 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.