{ "annotations": { "readOnlyHint": true, "title": "Get code scanning alert" }, "description": "Get details of a specific code scanning alert in a GitHub repository.", "inputSchema": { "type": "object", "required": [ "owner", "repo", "alertNumber" ], "properties": { "alertNumber": { "type": "number", "description": "The number of the alert." }, "owner": { "type": "string", "description": "The owner of the repository." }, "repo": { "type": "string", "description": "The name of the repository." } } }, "name": "get_code_scanning_alert" }