get_bug_details
Retrieve detailed information for up to 5 specific bug IDs using a comma-separated list to quickly access bug data in Cisco Support systems.
Instructions
Get details for up to 5 specific bug IDs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bug_ids | Yes | Comma-separated list of bug IDs (max 5) |
Input Schema (JSON Schema)
{
"properties": {
"bug_ids": {
"description": "Comma-separated list of bug IDs (max 5)",
"type": "string"
}
},
"required": [
"bug_ids"
],
"type": "object"
}