Skip to main content
Glama

ise_openapi_patch_rollback

Remove an installed patch from a Cisco ISE node to roll back to a previous version, with confirmation required for this destructive operation.

Instructions

[DESTRUCTIVE] [Patch] Removes patch from the Cisco ISE node. (POST /api/v1/patch/rollback)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesJSON request body.
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.
Behavior4/5

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

No annotations are provided, so the description carries the burden. It explains the destructive nature, the confirm=true requirement, and the server-side operator gate (CISCO_ISE_MCP_ALLOW_DESTRUCTIVE=1) that must be enabled or the call is refused. This is substantial behavioral context for a mutation tool — covers safety gate, prerequisites, and failure condition.

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?

The description is a single concise sentence with clear tags. The schema text is well-structured and front-loaded with the destructive confirmation requirement first. Efficient use of space with no filler.

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 destructive patch rollback with a nested data object and confirm flag, the description plus schema fully cover the prerequisites (operator flag, confirm), safety (destructive warning), and target selection (deployment param with list reference). No output schema exists, but for a rollback operation the return value is likely a task reference — a minor omission but adequate given the symmetric hotpatch sibling and the [Patch] tag context.

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?

Schema coverage is 100%, so the schema already documents all 3 parameters. The deployment parameter description in the schema is already rich (name/slug/number formats, default behavior, reference to ise_list_deployments). The confirm parameter schema text fully explains the destructive gate. Little extra needed from the description since the schema is self-sufficient.

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

Purpose4/5

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

The description clearly states the verb (removes patch), resource (from Cisco ISE node), and gives the HTTP endpoint (POST /api/v1/patch/rollback). It distinguishes from sibling ise_openapi_patch_install and ise_openapi_hotpatch_rollback by the [Patch] prefix. Not a perfect 5 since it doesn't elaborate on what 'removes patch' means functionally beyond the literal.

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

Usage Guidelines3/5

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

The [DESTRUCTIVE] tag and confirm parameter explain that this is a destructive rollback operation requiring explicit confirmation. The deployment parameter references calling ise_list_deployments to see choices. However, no when/not-when guidance is given — e.g., when to use this vs ise_openapi_hotpatch_rollback or ise_openapi_patch_install. The distinction is implied by naming but not stated.

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