f39f758d6f
Tool title annotations should be consistent with the rest of the tool catalog and render cleanly in agent UIs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Sam Morrow <info@sam-morrow.com>
30 lines
633 B
Plaintext
30 lines
633 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"
|
|
} |