{ "annotations": { "idempotentHint": false, "readOnlyHint": true, "title": "Get latest release" }, "description": "Get the latest release in a GitHub repository", "inputSchema": { "properties": { "owner": { "description": "Repository owner", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }, "name": "get_latest_release" }