annator / mcps /grok_com_github /tools /get_gist.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
304 Bytes
{
"name": "get_gist",
"description": "Get gist content of a particular gist, by gist ID",
"inputSchema": {
"type": "object",
"properties": {
"gist_id": {
"type": "string",
"description": "The ID of the gist"
}
},
"required": [
"gist_id"
]
}
}