Files
github--github-mcp-server/pkg/github/__toolsnaps__/get_label.snap
2026-01-15 17:33:22 +01:00

30 lines
634 B
Plaintext

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