MCP documentation | MCP docs for agents
ark_start_tracking
ark.start_tracking
Start MacroPoint, TruckerTools, or internal ARK tracking for a visible dispatched load.
- 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
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
dispatchIdstringRequired when starting internal ARK tracking.
format: uuid
geofenceRadiusMilesnumbermin: 0.1; max: 50
consentConfirmedbooleanconsentMethodstringone of: verbal, written, electronic
Result
The tool returns the canonical ark.start_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.