list_notifications
View workspace notifications, newest first. Pass unsurfacedOnly:true to see only unread notifications counting toward the bell badge.
Instructions
List the current user's notifications (notifications are per-user, scoped to the user's workspace). Use this for 'do I have any notifications', 'what got rejected recently', 'show me the bell' type queries. Returns a Notification[] sorted by creation time (newest first), capped at 200 rows. Pass unsurfacedOnly:true to return only ones the user hasn't seen yet (the equivalent of the unread bell badge).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unsurfacedOnly | No | If true, only return notifications the user has not yet seen in the UI. Default false (returns all). |