Skip to main content
Glama

ise_ers_list_activedirectory

List all Active Directory domains registered in Cisco ISE with pagination controls, allowing you to browse and review configured AD integrations across your deployment.

Instructions

List all Active Directory. Paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sizeNo
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 burden for behavioral disclosure. "Paginated" hints at paging behavior via page/size, but the description doesn't disclose whether this is a read-only operation, whether results are ordered/deduplicated, what fields are returned in each item, or how the API handles edge cases like zero results or oversized pages. For a resource-listing tool with zero annotation coverage, this is a meaningful gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences, zero waste. Every word earns its place—"List", "all Active Directory", and "Paginated" all convey distinct, useful information. No fluff, no redundancy.

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 resource-listing tool with a simple signature and no output schema, the description is reasonably adequate but could go further. It's a list operation likely returning straightforward data, so it doesn't strictly need extensive behavioral detail. However, given zero annotations and the presence of a deployment parameter affecting which ISE instance is queried, slightly more context (e.g., default deployment behavior) would improve completeness.

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 only 33%, meaning two of the three parameters (page, size) have no descriptions in the schema. However, their names are self-explanatory (page number, page size), and the description's "Paginated" note reinforces their purpose. The deployment parameter is well documented in the schema. Given the parameters are simple and conventional, the marginal value added by the description is adequate but minimal.

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 "List all Active Directory. Paginated." has a specific verb (list), specific resource (Active Directory), and notes pagination. It's clear what it does. However, it doesn't explicitly distinguish itself from sibling tools like ise_ers_get_activedirectory or ise_ers_search_activedirectory, though the list vs get vs search naming convention provides implicit differentiation.

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 gives no explicit when-to-use guidance or alternatives. However, the naming convention (list vs search vs get) and the deployment parameter description partially guide usage. The deployment parameter's description references ise_list_deployments as an alternative/supporting call, but there's no explicit statement of when to prefer list over get/search for Active Directory specifically.

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