Skip to main content
Glama

ise_ers_list_tacacscommandsets

Retrieve a paginated list of all TACACS+ command sets from Cisco ISE to audit, manage, or reference command authorization policies across your network security configuration.

Instructions

List all TACACS+ Command Sets. Paginated.

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 mentions pagination and implies a read operation, but doesn't state what the response shape is, whether it returns all fields per set or summaries, or any rate-limit/performance considerations. For a listing tool, the pagination disclosure is helpful but the description is thin on other behavioral traits.

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?

Two short sentences with no waste. The deployment parameter description is front-loaded with concrete examples. The statement 'List all TACACS+ Command Sets. Paginated.' is efficiently dense, though it could have used the saved words to add differentiation from sibling tools.

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 simple list tool with 3 params and no output schema. The description covers the basic operation and pagination. However, given the ecosystem includes get and search variants plus generic ise_ers_list/get wrappers, a brief note on why to use this specialized list over alternatives would improve completeness. The schema is simple enough that this is adequate but not rich.

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 only 33%, meaning 2 of 3 parameters have descriptions. The deployment parameter has a rich description explaining name/slug/number formats and how to discover choices, which is genuinely valuable. However, page and size parameters have no description beyond their schema types and defaults — the description's 'Paginated' note adds minimal context. With two undocumented parameters but a well-documented third, a 3 is appropriate.

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 (list), resource (TACACS+ Command Sets), and the pagination behavior. It's a specific and clear purpose. However, it doesn't distinguish itself from the sibling tools ise_ers_get_tacacscommandsets and ise_ers_search_tacacscommandsets, though the naming convention (list vs get vs search) provides implicit differentiation.

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 given about when to use this tool versus the search variant or the get-by-ID variant. The pagination note hints at browsing behavior, but there's no explicit statement about when list is appropriate vs search/get. Sibling tools include ise_ers_search_tacacscommandsets and ise_ers_get_tacacscommandsets, and no differentiation is provided.

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