annator / mcps /grok_com_github /tools /get_notification_details.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
488 Bytes
{
"name": "get_notification_details",
"description": "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.",
"inputSchema": {
"type": "object",
"properties": {
"notificationID": {
"type": "string",
"description": "The ID of the notification"
}
},
"required": [
"notificationID"
]
}
}