Files
github--github-mcp-server/pkg/github/__toolsnaps__/dismiss_notification.snap
2025-06-18 10:38:32 +02:00

28 lines
610 B
Plaintext

{
"annotations": {
"title": "Dismiss notification",
"readOnlyHint": false
},
"description": "Dismiss a notification by marking it as read or done",
"inputSchema": {
"properties": {
"state": {
"description": "The new state of the notification (read/done)",
"enum": [
"read",
"done"
],
"type": "string"
},
"threadID": {
"description": "The ID of the notification thread",
"type": "string"
}
},
"required": [
"threadID"
],
"type": "object"
},
"name": "dismiss_notification"
}