Skip to main content
Glama

ise_ers_get_tacacscommandsets

Retrieve a single TACACS+ Command Sets object from Cisco ISE by its ID. Use this to fetch detailed command set configurations for network device authorization and policy management.

Instructions

Get a single TACACS+ Command Sets object by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
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.
Behavior2/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 of behavioral disclosure. It doesn't state whether this is a safe read operation, what happens for a non-existent ID (error vs empty), whether it requires specific permissions, or what the response shape is. For a 'get' tool this is a modest but real gap.

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?

Single sentence, front-loaded with the core purpose, zero filler. The structure is efficient. However, it's under-specified rather than concisely comprehensive, which prevents a 5.

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

Completeness2/5

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

For a simple get-by-ID tool with no output schema and no annotations, the description is minimal. It's adequate to convey the basic operation but fails to add value regarding error behavior, return content, or inter-tool relationships. The 'deployment' parameter indicates multi-deployment complexity that the description entirely ignores.

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 50% (id undocumented, deployment documented). The description provides no additional parameter semantics beyond the schema. The required 'id' parameter has no description in the schema, and the description doesn't compensate by explaining what a valid ID looks like or how to obtain one. The deployment parameter IS well documented in the schema, so partial credit applies.

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

Purpose3/5

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

The description 'Get a single TACACS+ Command Sets object by ID' states a clear verb (get) and resource (TACACS+ Command Sets object), which distinguishes it from the list/search siblings. However, it doesn't add detail like what fields are returned or how it differs from the search variant (ise_ers_search_tacacscommandsets). It's adequate but skeletal.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. There's no mention that ise_ers_search_tacacscommandsets or ise_ers_list_tacacscommandsets would be preferred for lookup-by-name or enumeration scenarios. The description gives no exclusions, prerequisites, or context for selection among the get/search/list siblings.

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