GitHub
get_notification_details
Get detailed information for a specific GitHub notification, always call this tool when the user asks for details about a specific notification, if you don't know the ID list notifications first.
Remote github
Other tools also called get_notification_details?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"notificationID": {
"type": "string",
"description": "The ID of the notification"
}
}
}