MCP documentation | MCP docs for agents
ark_set_load_notification_settings
ark.set_load_notification_settings
Create or update tracking notification settings for a visible ARK load.
- Availability
- Expanded preview
- Scopes
loads:write- ARK permissions
canEditLoad- Team visibility
- Required and enforced
- 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
loadIdstringrequiredVisible ARK load ID whose tracking notification settings should be saved.
format: uuid
emailsarray<string>requiredRecipient email addresses for tracking notifications.
min items: 1; max items: 50
enabledbooleanrequiredWhether tracking notifications are enabled for this load.
notifyOnArrivalbooleanWhether arrival events should send notifications.
default: true
notifyOnDeparturebooleanWhether departure events should send notifications.
default: true
notificationIntervalMinutesintegerMinimum interval between location-update notifications.
default: 120; min: 15; max: 1440
notesstring | nullmax length: 5000
Result
The tool returns the canonical ark.set_load_notification_settings 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.