Skip to main content
Glama

ise_route

Routes natural-language requests to the correct Cisco ISE API surface (Open API, ERS, Data Connect, or Monitor API) based on task type, returning primary and fallback order.

Instructions

Given a natural-language request, recommend which ISE surface and concrete tools to use, honoring surface precedence (Open API > ERS > Data Connect > Monitor API). Current config & state → Open API/ERS; reporting/historical/aggregate/audit only the monitoring DB holds → Data Connect (ise_dc_*); legacy live session/CoA lookups with no higher equivalent → Monitor API (ise_mnt_*). Returns primary_surface plus a fallback_order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe user's request in natural language.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It transparently discloses that it returns a primary_surface plus a fallback_order, and explains the decision logic based on operation type. It doesn't detail edge cases or failure behavior (e.g., ambiguous requests, ties), but for a recommendation tool the decision criteria are well disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, all substantive, front-loaded with the core purpose. Every sentence earns its place: purpose, precedence rule, surface mapping rules, and output format. Slightly dense but no waste and no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a router/orchestration tool with a single free-text param and no output schema. The description fully explains the routing logic, the surface precedence hierarchy, when to pick each surface, and what it returns. Given the tool's complexity (needs to disambiguate across dozens of sibling tools), this is remarkably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single 'query' parameter is fully covered at 100% schema coverage, so the schema already documents it. The description clarifies the expected input format ('natural-language request') and contextually explains what the query should express, adding meaning about the query's role in the routing decision.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states what the tool does: recommends which ISE surface and concrete tools to use given a natural-language request. It specifies distinct verbs (recommend, honor) and resource (ISE surface selection), and clearly differentiates itself from the many concrete ise_* sibling tools since it's the routing/orchestration tool rather than an individual operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Excellent when/when-not guidance. It explicitly defines precedence (Open API > ERS > Data Connect > Monitor API), provides concrete routing rules for each surface (current config/state → Open API/ERS; reporting/historical/aggregate/audit → Data Connect; legacy live session/CoA → Monitor API), and names the exact tool prefixes (ise_dc_*, ise_mnt_*) to choose among.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/TheOtherBrad/cisco-ise-mcp'

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