Multi-Severity Search
multi_severity_searchAutomatically search multiple severity levels in one call, combining results with breakdown counts. Falls back to keyword search when product ID returns no results.
Instructions
RECOMMENDED for multi-severity searches: Automatically searches multiple severity levels and combines results with severity breakdown counts. Use this when you need "severity 3 or higher", "high severity bugs", or any range of severities. Handles the API limitation that requires separate calls for each severity level. SMART FALLBACK: When product_id search returns no results, automatically falls back to keyword search for better coverage (regardless of whether version is provided).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Software version to search for (e.g., "15.0", "14.0", "17.9.6"). Will be automatically included in keyword search terms and used for product_series searches as affected_releases. Optional for product_id searches (fallback to keyword happens with or without version). | |
| search_term | Yes | Search term (keyword or product identifier). For keyword searches, limited to 50 characters. Long product series names will be automatically shortened. | |
| search_type | Yes | Type of search to perform. Use "product_series" for full product names like "Cisco 4000 Series Integrated Services Routers". For product IDs like "ISR4431", use "product_id" which will automatically fallback to keyword search if needed. | |
| max_severity | No | Maximum severity level to include (1=highest, 6=lowest) |