Skip to main content
Glama

ise_ers_get_allowedprotocols

Retrieve a single Allowed Protocols object by its ID from Cisco ISE. Query specific protocol configurations directly to inspect settings for your target deployment.

Instructions

Get a single Allowed Protocols 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?

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description is a single sentence stating the operation but provides no details about what the return value looks like, error behavior for unknown IDs, rate limiting, or what fields are included in an 'Allowed Protocols object'. For a GET operation with zero annotation coverage, there's no disclosure of safety traits, and no description of the object shape.

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 appropriately concise at a single declarative sentence. It's front-loaded with the core action and resource. However, given that there's no behavioral or usage context, the brevity borders on under-specification rather than efficient conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the context — no annotations, no output schema, 50% parameter coverage, and a somewhat complex ISE deployment environment with a deployment parameter — the description is too sparse. It doesn't explain the return structure, ID format, error handling for nonexistent IDs, or when this tool is preferred over the many related ERS tools in the sibling list. A single sentence is inadequate for a resource-fetch tool in this environment.

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?

The description mentions 'by ID' which maps to the required 'id' parameter. The 'deployment' parameter is well-documented in the schema itself with examples and instructions to call ise_list_deployments. However, with 50% schema description coverage, one parameter (id) is essentially undocumented beyond its name and type, and the description doesn't clarify the format of the ID (UUID vs name vs slug).

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 'Get a single Allowed Protocols object by ID' with a specific verb (get), specific resource (Allowed Protocols), and the retrieval-by-ID mechanism. It clearly distinguishes from sibling tools like ise_ers_list_allowedprotocols (list all) and ise_ers_search_allowedprotocols (search), though it doesn't explicitly name these alternatives.

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 versus alternatives. There's no mention of when to use list_allowedprotocols or search_allowedprotocols instead, nor any context about deployment targeting prerequisites beyond what the schema describes. The 'by ID' qualifier implicitly suggests this is for direct ID lookup, but this is implied rather than explicit.

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