Skip to main content
Glama

ise_ers_get_profilerprofile

Retrieve a single Profiler Profile object from Cisco ISE by ID to view its configuration details and attributes for policy review or troubleshooting.

Instructions

Get a single Profiler Profiles 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.
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 for behavioral disclosure. It indicates a read operation ('Get'), and being a profiler profile retrieval it's implicitly non-destructive, but it doesn't state what the response contains, whether a non-existent ID returns an error or empty result, or any deployment-selection behavior. It's minimal but not misleading.

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?

One sentence, zero wasted words. It's appropriately minimal for a simple get-by-ID operation. No excessive length.

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?

For a simple get-by-ID tool this is borderline adequate, but there is no output schema and no information about the shape of the returned profiler profile object or error behavior. The description is functional but gives the agent no sense of what result to expect beyond 'a single object'.

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 coverage is 50% (1 of 2 params documented in schema). The description adds no parameter semantics beyond 'by ID' in the purpose. The 'id' param is self-explanatory and 'deployment' is documented in the schema. Since the schema documents the deployment param and id is obvious, the description's lack of parameter detail is acceptable but doesn't add extra value.

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 'Get a single Profiler Profiles object by ID' has a clear verb ('Get') and resource ('Profiler Profiles object by ID'). However, it doesn't distinguish this from the many sibling get tools (ise_ers_get_internaluser, ise_ers_get_endpoint, etc.) beyond the resource name itself, which is the standard naming pattern in this family.

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 on when to use this vs alternatives. It doesn't mention that 'get' takes an ID while 'search' takes query parameters or that 'list' retrieves all — though this pattern is evident from sibling names, the description doesn't articulate it. Among get_x tools there is no differentiation guidance, and no mention that this is for retrieving by ID specifically versus by-name or via search.

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