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

35 lines
753 B
Plaintext

{
"annotations": {
"idempotentHint": false,
"readOnlyHint": false,
"title": "Update Gist"
},
"description": "Update an existing gist",
"inputSchema": {
"properties": {
"content": {
"description": "Content for the file",
"type": "string"
},
"description": {
"description": "Updated description of the gist",
"type": "string"
},
"filename": {
"description": "Filename to update or create",
"type": "string"
},
"gist_id": {
"description": "ID of the gist to update",
"type": "string"
}
},
"required": [
"gist_id",
"filename",
"content"
],
"type": "object"
},
"name": "update_gist"
}