get_notifications
Retrieve recent notifications from Edupage with filters for status, category, star, and event type. Supports pagination and excluding system events.
Instructions
Get recent notifications. System events are hidden by default.
Args: status: Filter — "active", "done", or "" (all, default). starred: Filter — "yes", "no", or "" (all). event_type: Raw type filter (comma-separated). category: Category filter: homework, grades, exams, messages, absences, events, news. limit: Max items (default 50). offset: Skip items for pagination. include_system: Include system events (default false). school: School subdomain (only needed with multiple schools).
Returns: JSON array of lean notification events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| school | No | ||
| status | No | ||
| starred | No | ||
| category | No | ||
| event_type | No | ||
| include_system | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |