Skip to main content
Glama

ise_ers_get_ancpolicy

Retrieve details for a single Adaptive Network Control (ANC) policy by its ID from Cisco ISE. Specify the policy ID to fetch its configuration and attributes for review or integration."

Instructions

Get a single ANC Policies 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?

With no annotations provided, the description carries full burden for behavioral disclosure. It only states what the tool does (get by ID) without describing any side effects, required permissions, error behaviors, or whether this is a safe read-only operation. For a tool in a security-focused ISE product, the lack of permission/auth context is a notable gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence with zero wasted words. It is front-loaded and immediately communicates the tool's purpose with no verbosity.

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' resource tool, the description is minimally adequate. The tool is straightforward (2 params, 1 required, no output schema, no nesting), so the bare description covers the core use case. However, given the large sibling family of ERS tools with list/search/get variants, a brief note distinguishing this from list/search alternatives would improve completeness.

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 description coverage is only 50% (the id parameter lacks a description). However, the tool name and description clearly indicate 'id' is the ANC policy ID to fetch, which the description adds meaning to. The deployment parameter benefits from a rich schema description. The description meaningfully orients the id parameter toward the ANC policy resource context.

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 'Get a single ANC Policies object by ID' uses a clear verb-resource pattern and specifies the retrieval mechanism (by ID). It clearly distinguishes from sibling get tools targeting other resource types like downloadableacl or guesttype, but doesn't explicitly differentiate from the generic ise_ers_get or sibling ise_ers_get_ancendpoint beyond the resource name.

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 provides no guidance on when to use this tool vs. alternatives. The siblings include ise_ers_list_ancpolicy, ise_ers_search_ancpolicy, and generic ise_ers_get for the same ANC policy resource, but the description doesn't explain when to choose this specific 'get by ID' variant over the search or list alternatives.

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