List Notifications
list_notificationsGet notifications for the authenticated user in the active organization. Supports filtering for unread only and pagination. Returns notifications with type, title, message, action URL, and read status. Requires organization context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of notifications to skip (for pagination, default 0) | |
| take | No | Number of notifications to return (default 20, max 100) | |
| unreadOnly | No | If true, return only unread notifications (default true) |