Skip to main content
Glama

ise_ers_list_networkdevicegroup

Retrieve a paginated list of network device groups from Cisco ISE. Set page, size, and deployment to browse groups efficiently.

Instructions

List all Network Device Groups. 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?

With no annotations provided, the description carries the full burden of behavioral disclosure. The only behavioral trait disclosed is pagination ('Paginated'), which is useful but minimal. It does not mention whether responses are truncated, whether it returns all fields or summaries, rate limiting, or any read-only safety confirmation. For a list operation this is a moderate gap.

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 extremely concise: two short sentences with zero filler. It states the purpose and the key behavioral trait (paginated). While underspecified, it earns points for efficiency and clarity in what it does say.

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 list tool with no annotations and no output schema, the description should provide more guidance on pagination behavior, return format, or filtering options. The 33% schema coverage leaves page/size semantics unclear. The description does not explain how to interpret the paginated results or whether there are size limits, making it incomplete for an agent expected to consume its results.

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 description coverage is only 33% (1 of 3 parameters described: 'deployment'). The page and size parameters have defaults but no descriptions; the description mentions 'Paginated' which hints at page/size usage, adding marginal value. However, the description fails to compensate for the two undocumented parameters, and the deployment parameter details are only in the schema, not reinforced in the description. Baseline 3 with schema doing partial work.

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 clearly states the verb ('List') and resource ('Network Device Groups'), which distinguishes it from get/search variants in the sibling tools. However, the purpose is somewhat minimal and could benefit from context on what these groups are or how they relate to network devices. The differentiation from get/search siblings is implied but not explicit.

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 tool versus ise_ers_get_networkdevicegroup or ise_ers_search_networkdevicegroup. The pagination mention hints at bulk retrieval, but there is no explicit statement about when to choose this over the alternatives or any exclusions/limitations of the list operation.

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