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

loadIdstringrequired

Visible ARK load ID whose tracking notification settings should be saved.

format: uuid

emailsarray<string>required

Recipient email addresses for tracking notifications.

min items: 1; max items: 50

enabledbooleanrequired

Whether tracking notifications are enabled for this load.

notifyOnArrivalboolean

Whether arrival events should send notifications.

default: true

notifyOnDepartureboolean

Whether departure events should send notifications.

default: true

notificationIntervalMinutesinteger

Minimum interval between location-update notifications.

default: 120; min: 15; max: 1440

notesstring | null

max 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.