Get Phone Notifications
phonelink_get_notificationsGet phone notifications mirrored to your PC, covering app alerts and system messages. Set a limit to fetch only the most recent entries for quick review.
Instructions
Read phone notifications from Phone Link's Notifications panel.
Navigates to the Notifications section and scrapes all visible notification entries. Useful for checking app notifications, system alerts, and other phone notifications mirrored to PC.
Args:
max_notifications (number): Max notifications to return (1-100, default: 30).
Returns: { "notification_count": number, "notifications": [{ "text": string, "control_type": string, ... }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_notifications | No | Maximum number of notifications to return (default: 30). |