Skip to main content
Glama

mcp-cisco-support

multi_severity_search

Search across multiple severity levels in a single query to identify Cisco bugs or issues within a specified range. Combines results automatically, bypassing API limitations for individual severity searches. Use for terms like "high severity bugs" or "severity 3 or higher."

Instructions

RECOMMENDED for multi-severity searches: Automatically searches multiple severity levels and combines results. 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.

Input Schema

NameRequiredDescriptionDefault
additional_paramsNoAdditional parameters specific to search type (e.g., affected_releases for product_series). Required for product_series searches unless version parameter is provided.
max_severityNoMaximum severity level to include (1=highest, 6=lowest)
search_termYesSearch term (keyword or product identifier). For keyword searches, limited to 50 characters. Long product series names will be automatically shortened.
search_typeYesType of search to perform. Use "product_series" for full product names like "Cisco 4000 Series Integrated Services Routers"
versionNoSoftware version to search for (e.g., "15.0", "14.0", "17.9.6"). Will be automatically included in search terms and used for product_series searches as affected_releases.

Input Schema (JSON Schema)

{ "properties": { "additional_params": { "additionalProperties": true, "description": "Additional parameters specific to search type (e.g., affected_releases for product_series). Required for product_series searches unless version parameter is provided.", "type": "object" }, "max_severity": { "default": 3, "description": "Maximum severity level to include (1=highest, 6=lowest)", "maximum": 6, "minimum": 1, "type": "integer" }, "search_term": { "description": "Search term (keyword or product identifier). For keyword searches, limited to 50 characters. Long product series names will be automatically shortened.", "type": "string" }, "search_type": { "description": "Type of search to perform. Use \"product_series\" for full product names like \"Cisco 4000 Series Integrated Services Routers\"", "enum": [ "keyword", "product_id", "product_series" ], "type": "string" }, "version": { "description": "Software version to search for (e.g., \"15.0\", \"14.0\", \"17.9.6\"). Will be automatically included in search terms and used for product_series searches as affected_releases.", "type": "string" } }, "required": [ "search_term", "search_type" ], "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