github_list_notifications
Retrieve GitHub notifications for the authenticated user, with options to include read items, filter by participation, and limit results.
Instructions
List GitHub notifications for the authenticated user.
Args: all_notifications: Show all notifications including read ones (default: False = unread only) participating: Only show notifications where user is participating (default: False) max_results: Maximum notifications to return (default: 30) session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | ||
| session_name | No | default | |
| participating | No | ||
| all_notifications | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |