3ba8d4a122
* Issues consolidation * Issues consolidation * Clarify get_review_comments description * Add get_comments method * Formatting fixes * Clarify tool description * Clarify tool descriptions
25 lines
574 B
Plaintext
25 lines
574 B
Plaintext
{
|
|
"annotations": {
|
|
"title": "List labels from a repository.",
|
|
"readOnlyHint": true
|
|
},
|
|
"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"
|
|
} |