Files
github--github-mcp-server/pkg/github/__toolsnaps__/mark_all_notifications_read.snap
T
2026-07-13 12:37:57 +08:00

26 lines
826 B
Plaintext

{
"annotations": {
"idempotentHint": false,
"readOnlyHint": false,
"title": "Mark all notifications as read"
},
"description": "Mark all notifications as read",
"inputSchema": {
"properties": {
"lastReadAt": {
"description": "Describes the last point that notifications were checked (optional). Default: Now",
"type": "string"
},
"owner": {
"description": "Optional repository owner. If provided with repo, only notifications for this repository are marked as read.",
"type": "string"
},
"repo": {
"description": "Optional repository name. If provided with owner, only notifications for this repository are marked as read.",
"type": "string"
}
},
"type": "object"
},
"name": "mark_all_notifications_read"
}