{ "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" ] } }