Skip to main content
Glama

ise_openapi_tacacs_policy_set_get

Retrieve detailed attributes of a Device Admin (TACACS) policy set by its ID from Cisco ISE, enabling review and validation of policy configuration for device administration.

Instructions

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

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.
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-only GET operation via the endpoint, but doesn't describe what the response contains, error conditions, auth requirements, or the structure of the returned policy attributes. The GET verb gives some implicit safety signal but nothing explicit.

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 compact and front-loaded with the category and action. It communicates the purpose efficiently in one sentence plus the endpoint format. No wasted words, though it could perhaps include a touch more behavioral detail without becoming verbose.

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 simple GET-by-id operation with 100% schema coverage and deployment guidance baked in, this is largely complete. However, without an output schema or any return-value description, an agent doesn't know what fields to expect from the returned policy set attributes. The deployment param guidance is a useful addition that compensates somewhat.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with both parameters (id, deployment) having clear descriptions. The deployment parameter description is notably thorough, explaining the accepted formats (name, slug, number) and cross-referencing ise_list_deployments. The id description is minimal but adequate for a path parameter.

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 states 'Get policy set attributes' with a specific HTTP resource endpoint, which clearly identifies the verb (GET) and resource (TACACS device admin policy set). However, it doesn't differentiate this from sibling tools like ise_openapi_tacacs_policy_set_list or the RADIUS equivalents, though the tool name itself does carry the distinction reasonably well.

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 explicit guidance on when to use this tool versus the list, create, update, or delete siblings. The description only identifies the resource being fetched. There is no mention of preconditions, when a GET is appropriate, or what distinguishes this from other policy set operations.

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