{ "annotations": { "idempotentHint": false, "readOnlyHint": true, "title": "Get a specific label from a repository" }, "description": "Get a specific label from a repository.", "inputSchema": { "properties": { "name": { "description": "Label name.", "type": "string" }, "owner": { "description": "Repository owner (username or organization name)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "name" ], "type": "object" }, "name": "get_label" }