Files
2026-07-13 12:37:57 +08:00

23 lines
613 B
Plaintext

{
"annotations": {
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Unresolve Review Thread"
},
"description": "Unresolve a previously resolved review thread on a pull request. Unresolving an already-unresolved thread is a no-op.",
"inputSchema": {
"properties": {
"threadID": {
"description": "The node ID of the review thread to unresolve (e.g., PRRT_kwDOxxx)",
"type": "string"
}
},
"required": [
"threadID"
],
"type": "object"
},
"name": "unresolve_review_thread"
}