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

21 lines
415 B
Plaintext

{
"annotations": {
"idempotentHint": false,
"readOnlyHint": true,
"title": "Get Gist Content"
},
"description": "Get gist content of a particular gist, by gist ID",
"inputSchema": {
"properties": {
"gist_id": {
"description": "The ID of the gist",
"type": "string"
}
},
"required": [
"gist_id"
],
"type": "object"
},
"name": "get_gist"
}