{ "annotations": { "idempotentHint": false, "readOnlyHint": true, "title": "List labels from a repository" }, "description": "List labels from a repository", "inputSchema": { "properties": { "owner": { "description": "Repository owner (username or organization name) - required for all operations", "type": "string" }, "repo": { "description": "Repository name - required for all operations", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }, "name": "list_label" }