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