Files
github--github-mcp-server/pkg/github/__toolsnaps__/list_label.snap
Ksenia Bobrova 3ba8d4a122 Issues consolidation (#1211)
* Issues consolidation

* Issues consolidation

* Clarify get_review_comments description

* Add get_comments method

* Formatting fixes

* Clarify tool description

* Clarify tool descriptions
2025-10-23 13:27:07 +02:00

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"
}