MCP documentation | MCP docs for agents
ark_update_tracking
ark.update_tracking
Update timing, notification, notes, driver, equipment, or reefer settings on an active load tracking session.
- Availability
- Expanded preview
- Scopes
loads:dispatch- ARK permissions
canAssignLoads- Team visibility
- Required and enforced
- Approval policy
ask_before_send- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- Yes
- Rate limit
- OAuth MCP credential and organization budgets
Input
loadIdstringrequiredVisible ARK load ID.
format: uuid
providerstringOptional tracking provider. Omit to use ARK provider selection.
one of: macropoint, truckertools, internal
trackingIdstringOptional active provider tracking ID for update or stop.
max length: 200
trackStartDateTimestringTracking start date/time. Required for MacroPoint start.
max length: 100
trackDurationHoursnumbermin: 1; max: 720
trackIntervalMinutesintegermin: 5; max: 1440
emailCopiesTostring | nullmax length: 1000
notesstring | nullmax length: 5000
minTempnumber | nullmaxTempnumber | nulltempUoMstringone of: fahrenheit, celsius
Result
The tool returns the canonical ark.update_tracking 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.