Skip to main content
Glama

ise_mnt_session_delete_by_id

Delete a session record from Cisco ISE using its Session ID. Requires confirmation to execute, as this is a destructive operation.

Instructions

[DESTRUCTIVE] [Sessions] Delete session record by Session ID (DELETE /admin/API/mnt/Session/Delete/SessionID/{sid}). Returns raw XML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sidYesPath parameter 'sid'.
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.
Behavior3/5

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

No annotations are provided, so the description and schema carry the burden. The description marks it [DESTRUCTIVE] and the schema elaborates on the confirm flag and server-side operator requirement, which provides meaningful behavioral disclosure. However, it doesn't state irreversibility, side effects on related session data, or what happens on failure, so depth is somewhat limited.

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?

Concise single-sentence description backed by a rich, well-structured schema with descriptive parameter text. The [DESTRUCTIVE] and [Sessions] tags front-load key context efficiently. No wasted words, though it could arguably add a note on irreversibility without bloat.

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

Completeness3/5

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

This is a destructive mutation with no output schema, so the description should compensate. It names the endpoint and return format (raw XML) but doesn't describe the response structure per success/failure, nor side effects on related session records. The confirm/deployment parameters are thoroughly documented in schema, and sibling deletion by MAC exists but isn't cross-referenced.

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 description coverage is 100%, so all three parameters are documented in the schema itself. The description adds the endpoint context and return format. The confirm parameter's semantics are well described in the schema (requires true for destructive op, operator allowlist). Baseline 3 is appropriate since the schema does the heavy lifting.

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?

Description clearly states it deletes a session record by Session ID, names the exact HTTP endpoint, and notes it returns raw XML. It's specific about verb+resource+scope. However, it doesn't explicitly distinguish from the sibling ise_mnt_session_delete_by_mac beyond the identifier type implied in the name, but the Session ID path parameter in the endpoint URL makes the resource unambiguous.

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 description implies destructive usage via the [DESTRUCTIVE] tag and the schema adds strong guidance about the confirm flag and operator-level allowlist (CISCO_ISE_MCP_ALLOW_DESTRUCTIVE=1). But the description itself doesn't provide explicit when-to-use or when-not-to-use context beyond the destructive indicator, and doesn't reference alternatives like ise_mnt_session_delete_by_mac for MAC-based deletion.

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