Skip to main content
Glama

ise_openapi_tacacs_policy_set_delete

Delete a TACACS device admin policy set in Cisco ISE by its ID. Use this to remove an existing policy set, with confirmation required for the destructive operation.

Instructions

[DESTRUCTIVE] [Policy: Device Admin] Device Admin - Delete a policy set. (DELETE /api/v1/policy/device-admin/policy-set/{id})

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter 'id'.
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 carries the burden. The '[DESTRUCTIVE]' tag and the confirm parameter description meaningfully disclose the destructive behavior and required confirmation gate, including the server-side operator toggle (CISCO_ISE_MCP_ALLOW_DESTRUCTIVE=1). This is genuine added context beyond the schema. However, it doesn't state what happens to dependent objects/conditions or whether deletion is permanent once confirmed.

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, compact sentence that front-loads the DESTRUCTIVE marker and policy scope, then identifies the specific resource and endpoint. No wasted words. It's appropriately concise for a delete tool.

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?

For a destructive operation with a confirm gate and no output schema, the description plus well-documented parameters covers the essential safety and invocation concerns. However, it's a short one-liner; a bit more context about irreversible consequences or validation behavior would strengthen it given this is a destructive tool with no annotations.

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%, with the confirm and deployment parameters well-described in the schema itself. The description doesn't add much beyond the schema because all three parameters are already documented in the input schema. Baseline 3 is appropriate when 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?

The description clearly states the action: 'Delete a policy set' for Device Admin, targeting the specific REST endpoint. It distinguishes from siblings like ise_openapi_tacacs_policy_set_get/create/update/list. However, the description carries the HTTP method inferred from the endpoint path and the '[DESTRUCTIVE]' marker rather than a full prose purpose statement, though the purpose is unmistakable.

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 states the policy area ('Device Admin') and the HTTP endpoint, which provides context. It doesn't explicitly state when to use this vs. alternatives (e.g., when to use list/get vs delete, or note that deletion is permanent and irreversible), though the DESTRUCTIVE marker and confirm parameter convey some usage context. No explicit exclusions or alternatives named.

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