Skip to main content
Glama

mcp-cisco-support

progressive_bug_search

Identify Cisco product bugs by automatically applying multiple search strategies, handling version normalization, and filtering by severity and status for accurate results.

Instructions

Automatically tries multiple search strategies, starting specific and broadening scope if needed. Handles version normalization and product ID variations.

Input Schema

NameRequiredDescriptionDefault
primary_search_termYesPrimary search term (product name, model, or keyword)
severity_rangeNoSeverity range to search (will search each level separately)high
statusNoBug status filter
versionNoSoftware version (will try multiple formats: 17.09.06 -> 17.09 -> 17)

Input Schema (JSON Schema)

{ "properties": { "primary_search_term": { "description": "Primary search term (product name, model, or keyword)", "type": "string" }, "severity_range": { "default": "high", "description": "Severity range to search (will search each level separately)", "enum": [ "high", "medium", "all" ], "type": "string" }, "status": { "description": "Bug status filter", "enum": [ "O", "F", "T" ], "type": "string" }, "version": { "description": "Software version (will try multiple formats: 17.09.06 -> 17.09 -> 17)", "type": "string" } }, "required": [ "primary_search_term" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sieteunoseis/mcp-cisco-support'

If you have feedback or need assistance with the MCP directory API, please join our Discord server