Skip to main content
Glama

ise_ers_request

Send raw ERS API requests to Cisco ISE for actions not covered by dedicated tools, using custom methods and paths to deregister endpoints or perform other unsupported operations.

Instructions

[DESTRUCTIVE] Raw ERS passthrough for action sub-paths not covered by a typed tool (e.g. POST ers/config/endpoint/{id}/deregister). Path is relative to the host root.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoOptional JSON body.
pathYese.g. 'ers/config/endpoint/<id>/deregister'
methodYes
paramsNoOptional query params.
confirmNoRequired for this DESTRUCTIVE operation: must be true to execute. The server additionally requires an operator to enable destructive tools (CISCO_ISE_MCP_ALLOW_DESTRUCTIVE=1); without it the call is refused regardless.
deploymentNoTarget ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices.
Behavior5/5

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

Although no annotations are provided, the description itself carries the [DESTRUCTIVE] marker and the confirm parameter schema explicitly explains that the server requires destructive tool enabling (CISCO_ISE_MCP_ALLOW_DESTRUCTIVE=1) plus confirm=true. This is excellent disclosure of mutation behavior, auth requirements, and failure-refusal conditions beyond what annotations would provide.

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

Conciseness5/5

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

The description is a single tight sentence that packs the destructive warning, raw-passthrough nature, coverage scope, and a concrete path example. Zero wasted words, all high-value information.

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

Completeness4/5

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

For a generic passthrough tool with no output schema and 6 params (2 required), the description plus rich schema adequately covers semantics: path convention, safety requirements, deployment targeting. The confirm/deployment/params/data semantics are all covered by the schema. Returns are not documented, but for a raw passthrough that's acceptable since response shape is inherently tool-dependent.

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

Parameters3/5

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

Schema coverage is 83% and the schema already thoroughly documents each parameter (path example, method enum, data, params, confirm safety semantics, deployment selection). The description adds the relative-to-host-root detail for path semantics. With such high schema coverage, baseline 3 is appropriate; the description works with the schema rather than needing to compensate heavily.

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 this is a 'Raw ERS passthrough' for action sub-paths not covered by typed tools, with a concrete example ('POST ers/config/endpoint/{id}/deregister') and specifies the path is relative to host root. This clearly differentiates it from the many typed ise_ers_* siblings.

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

Usage Guidelines4/5

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

The description explicitly says it's for 'action sub-paths not covered by a typed tool' (e.g. deregister), which tells the agent when to use it versus the typed alternatives. However, it doesn't explicitly list when NOT to use it (e.g., prefer typed tools when they exist), though this is strongly implied by the sibling naming pattern.

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