Skip to main content
Glama

ise_ers_get_tacacsprofile

Retrieve a single TACACS+ Profiles object by its ID from Cisco ISE. Get detailed profile configuration data quickly to verify settings or integrate with your network management workflows.

Instructions

Get a single TACACS+ 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.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only states the operation ('get') without revealing what happens on nonexistent IDs (error vs null), whether authentication/authorization is needed, response format, pagination, or any side effects. For a read operation with zero annotation coverage, this is sparse.

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?

A single, clear sentence with zero filler. It front-loads the verb and resource. The brevity is appropriate for the tool's simplicity, though it could add a note about deployment handling or error behavior without bloating.

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?

The tool has no output schema, no annotations, and an undocumented required 'id' parameter. For an ERS REST API tool fetching a profile object, the description should clarify what the returned object contains, error behavior for invalid IDs, and any relationship to the search_tacacsprofile tool for lookup assistance. Given the low schema coverage and missing output schema, this is under-specified.

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% with 2 parameters (id, deployment). The 'id' parameter is undocumented in the schema and the description only mentions retrieving 'by ID' without format guidance. The 'deployment' parameter has rich schema documentation including examples and a pointer to ise_list_deployments. The description adds marginal value over the schema for id but the deployment param is well covered by schema itself.

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 TACACS+ Profiles object by ID' with a specific verb (Get) and resource (TACACS+ Profiles object). It clearly differentiates from list and search siblings (ise_ers_list_tacacsprofile, ise_ers_search_tacacsprofile) which return collections. The naming pattern is consistent with sibling get_* tools in the same ise_ers_* 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 is provided on when to use this tool versus alternatives. It doesn't distinguish from ise_ers_search_tacacsprofile or ise_ers_get_by_name, nor does it explain the difference between getting by ID vs searching. The deployment parameter hints at multi-deployment context but no exclusion guidance exists for when to use list/search instead.

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