MCP documentation | MCP docs for agents
ark_list_notifications
ark.list_notifications
List notifications for the connected user, optionally grouped by spot quote/load context.
- Availability
- Expanded preview
- Scopes
notifications:read- ARK permissions
- None
- Team visibility
- Not entity-scoped
- 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
includeReadbooleanInclude notifications already marked as read.
default: false
groupByLoadbooleanAlso return notifications grouped by spot quote/load context.
default: false
limitintegerMaximum number of notifications to return.
default: 50; min: 1; max: 100
Result
The tool returns the canonical ark.list_notifications 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.