chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"annotations": {
|
||||
"idempotentHint": false,
|
||||
"readOnlyHint": true,
|
||||
"title": "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": {
|
||||
"properties": {
|
||||
"notificationID": {
|
||||
"description": "The ID of the notification",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"notificationID"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "get_notification_details"
|
||||
}
|
||||
Reference in New Issue
Block a user