Skip to main content
Glama

ise_mnt_auth_session_list

Retrieve authentication session lists for a specified time range from Cisco ISE. Use start and end times to query session data.

Instructions

[Sessions] Get Authentication Session List (GET /admin/API/mnt/Session/AuthList/{startTime}/{endTime}). Returns raw XML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endTimeYesPath parameter 'endTime'.
startTimeYesPath parameter 'startTime'.
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 responsibility for behavioral disclosure. It mentions 'Returns raw XML' which is useful, but doesn't disclose whether this is a read-only operation, the response format details, rate limits, or auth prerequisites. It adds modest value with the raw-XML note but leaves the safety and behavior profile largely undisclosed.

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 compact line that includes the category prefix, the operation, the exact endpoint, and a note on the return type. It wastes no words and front-loads the key purpose. Could arguably be more efficient by dropping the redundant raw endpoint string, but it's reasonably concise.

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 list-returning tool with a good annotation set, this would suffice, but there are no annotations and no output schema. The description tells the agent what it returns (raw XML) but not the pagination, timeout, or error behavior. The startTime/endTime range semantics are implied by the parameter names. Given the complexity is moderate and schema covers parameters, this is adequate but with gaps.

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 100%, so all three parameters are documented in the schema. The description adds that the endpoint takes startTime/endTime as path parameters, but this is essentially a repeat of what the schema parameters already state ('Path parameter'). The description provides no additional format, example values, or semantics beyond the schema. Baseline 3 is appropriate given high schema coverage.

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 clearly states it gets an Authentication Session List via a specific REST endpoint, and notes it returns raw XML. The verb 'Get' plus resource 'Authentication Session List' clearly indicates the operation. It doesn't explicitly distinguish from siblings, but the '[Sessions]' prefix and 'AuthList' path help orient within the mnt session 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 explicit when-to-use or when-not-to-use guidance. The description does not differentiate this from sibling mnt session tools like ise_mnt_active_session_list, ise_mnt_session_by_mac, ise_mnt_session_by_username, etc., nor does it mention why one would choose this over the active session list. The startTime/endTime range parameter implies a time-bounded query, but that's not stated as guidance for selection.

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