List Notifications
ogarniai_list_notificationsList user notifications with filters for read status, type, category, and pagination. Returns notification details including urgency and action URLs.
Instructions
List user notifications with optional filters.
Args:
isRead (boolean, optional): Filter by read status
type (string, optional): Filter by type - "Error", "Warning", "Info", or "Success"
category (string, optional): Filter by category - "DocumentProcessing", "WeeklySummary", "System", or "DuplicateDetection"
pageSize (number, optional): Items per page (default: 50)
pageNumber (number, optional): Page number (default: 1)
Returns: JSON array of notifications with id, type, category, title, message, isRead, isUrgent, actionUrl
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by notification type | |
| isRead | No | Filter by read status | |
| category | No | Filter by notification category | |
| pageSize | No | Items per page | |
| pageNumber | No | Page number |