Skip to main content
Glama

ise_openapi_tacacs_authorization_list

Retrieve device admin authorization rules for a specified policy set in Cisco ISE, enabling review and audit of TACACS authorization policies configured for network device administration.

Instructions

[Policy: Device Admin] Device Admin - Get authorization rules. (GET /api/v1/policy/device-admin/policy-set/{id}/authorization)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter 'id'.
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 of behavioral disclosure. It indicates this is a read/list operation ('Get authorization rules') which implies non-destructive behavior, and it reveals the underlying HTTP GET method. However, it does not describe the return format, pagination, error handling, or what the authorization list structure looks like. For a GET/list operation with no annotations, this is adequate but thin.

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 clear sentence plus the endpoint path reference. It efficiently conveys policy domain, resource, and operation. The REST URL adds precise targeting without bloat. No wasted words, though it could have added a sentence on usage without hurting conciseness.

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?

Given no output schema and no annotations, the description could provide more context about the return structure (the list of authorization rules format). However, with only 2 parameters both fully documented in the schema, and the endpoint URL revealing the API contract, the description is reasonably complete for a straightforward list operation. The 'id' parameter's origin (from policy set creation/list) could be clarified but is implied.

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%, meaning both parameters (id, deployment) have descriptions in the schema. The schema describes 'id' as a path parameter and 'deployment' with detailed selection guidance referencing ise_list_deployments. The description adds negligible parameter meaning beyond what the schema already provides, so the baseline 3 applies.

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 the tool retrieves authorization rules for Device Admin policy sets, specifying the exact REST endpoint (GET /api/v1/policy/device-admin/policy-set/{id}/authorization). It clearly names the resource (authorization rules), the scope (device-admin policy set), and the operation (get). It distinguishes itself from siblings like ise_openapi_radius_authorization_list which target RADIUS rather than TACACS/Device Admin.

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 it is for Device Admin/TACACS authorization listing, and sibling names clarify this is the TACACS variant vs RADIUS. However, there is no explicit when-to-use vs alternative guidance, no mention of prerequisites (e.g., needing the policy set id from ise_openapi_tacacs_policy_set_list), and no exclusions stated. The schema's deployment parameter does offer some usage direction but that's schema, not description.

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