31 lines
701 B
Plaintext
31 lines
701 B
Plaintext
{
|
|
"annotations": {
|
|
"idempotentHint": false,
|
|
"readOnlyHint": true,
|
|
"title": "Get dependabot alert"
|
|
},
|
|
"description": "Get details of a specific dependabot alert in a GitHub repository.",
|
|
"inputSchema": {
|
|
"properties": {
|
|
"alertNumber": {
|
|
"description": "The number of the alert.",
|
|
"type": "number"
|
|
},
|
|
"owner": {
|
|
"description": "The owner of the repository.",
|
|
"type": "string"
|
|
},
|
|
"repo": {
|
|
"description": "The name of the repository.",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"owner",
|
|
"repo",
|
|
"alertNumber"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"name": "get_dependabot_alert"
|
|
} |