What problem does it solve?
Network engineers need fast, safe answers about what Cisco Catalyst Center manages — device inventory, site hierarchy, wireless state, assurance health, compliance, software images, and events — without risking any configuration change or wading through 514 individual API operations.
Core Features & Use Cases
- Discoverable API access: Search all 514 read-only Catalyst Center operations with
catc_find, inspect schemas with catc_describe_operation, then dispatch through 8 grouped tools (devices, sites, wireless, health, compliance, software, events, other).
- Strictly read-only: Only GET operations are exposed; the single mutating operation is excluded, so no change can ever be made through this Skill.
- Honest reporting semantics: Distinguishes empty inventory from unreachable appliances, auth failures, and RBAC-scoped results, and always names the appliance behind every count.
- Use Case: Ask where a switch sits in the site hierarchy and what its compliance state is; the Skill finds the right operations, queries the controller, and reports the answer with the appliance name and observation time.
Quick Start
Ask the agent to list all devices managed by Catalyst Center along with their site assignment and reachability status.