Skip to main content
Glama

ise_mnt_coa_reauth

Retrieve the current CoA reauthentication status for a specific node, MAC address, and type. Query Cisco ISE monitoring data to check reauth progress and resolve session validation issues.

Instructions

[CoA] Get CoA reauthentication status (GET /admin/API/mnt/CoA/Reauth/{node}/{mac}/{type}). Returns raw XML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
macYesPath parameter 'mac'.
nodeYesPath parameter 'node'.
typeYesPath parameter 'type'.
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 full responsibility for behavioral disclosure. It states that it 'Returns raw XML', which is useful behavioral information about the return type. However, it doesn't disclose auth requirements, error behavior, or what 'reauthentication status' semantically means in terms of output, for a MNT API call with zero annotation coverage.

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 a single concise sentence plus the endpoint reference plus the XML return note. Every part earns its place. It's compact and front-loaded with the purpose.

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?

This is a relatively simple status-lookup tool with no output schema and full param coverage. The description conveys the purpose, the endpoint, and the return format (raw XML). However, for a tool returning raw XML with no output schema, an agent might benefit from knowing what fields appear in the response or typical structure, which is absent. Still, given the simplicity, this is reasonably complete.

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%, so parameters are fully documented in the schema. The description adds the '[CoA]' context and the endpoint path underscore to show how node/mac/type map to path parameters. The deployment parameter's meaning is well documented in the schema itself, so the description doesn't need to add more.

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 a specific action ('Get CoA reauthentication status') with a specific resource ([CoA]) and even includes the underlying GET endpoint. It's clear this is a read operation tied to the MNT API family. It doesn't explicitly distinguish from sibling tools like ise_mnt_coa_disconnect, but the verb 'Get ... status' makes it a read vs. the sibling's mutation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this is a status lookup tied to a specific node/mac/type triple, and the deployment parameter mentions ov to use the default deployment and calls ise_list_deployments to see choices. However, it doesn't explicitly state when to use this vs alternative tools (e.g., session lookup tools, coa disconnect), nor does it state prerequisites (e.g., an active session). Context is implied but not explicitly bounded.

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