Files
2026-01-15 17:33:22 +01:00

25 lines
574 B
Plaintext

{
"annotations": {
"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"
}