Skip to main content
Glama

ise_openapi_tacacs_command_sets_list

Retrieve a paginated list of TACACS command sets from Cisco ISE Device Admin policy configuration, enabling review of existing command sets with optional page and size parameters.

Instructions

[Policy: Device Admin] Device Admin - Return list of command sets. (GET /api/v1/policy/device-admin/command-sets)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sizeNo
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 reveals this is a read/GET operation via the endpoint path, but doesn't state pagination behavior, return structure, what the command sets represent, or whether this reflects vs. external authentication configuration. For a list tool with no annotation coverage, this is a meaningful gap in safety/behavioral context.

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 clearly states purpose and includes the REST endpoint. No wasted words. The deployment parameter has a well-crafted inline description. It could earn a 5 with a sibling differentiation note, but as written it's efficient and scannable.

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 paginated list tool with no output schema, the description provides the essential purpose and endpoint. It's adequate but not rich: no mention of what fields each item contains, how many command sets typically exist, what specific filtering is available, or relationship to TACACS profiles. Given the sibling ise_ers_list_tacacscommandsets overlaps in purpose, additional context would help disambiguation.

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 33% (only deployment has a description, which is rich and helpful). The page and size parameters have types and defaults but no description. The description itself doesn't explain page/size semantics either. However, page/size with defaults of 1 and 100 are relatively self-explanatory for a list endpoint, and deployment is well-documented, so the schema partially compensates.

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 states 'Device Admin - Return list of command sets' with an explicit REST endpoint (GET /api/v1/policy/device-admin/command-sets). The verb+resource is clear, and the 'Device Admin' prefix provides policy context. However, it doesn't explicitly differentiate from sibling ise_ers_list_tacacscommandsets, which serves a similar listing purpose through a different API.

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?

The description gives no guidance on when to use this tool vs the sibling ise_ers_list_tacacscommandsets or other TACACS tools. No exclusions, prerequisites, or alternative recommendations are mentioned. The deployment parameter description does note 'Omit to use the only/default deployment. Call ise_list_deployments to see the choices,' which provides some usage context but nothing about when this tool is preferred.

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