Skip to main content
Glama

ise_ers_list_downloadableacl

List all Downloadable ACLs (dACLs) with pagination support, enabling quick retrieval of access control definitions from Cisco ISE for firewall or network policy management.

Instructions

List all Downloadable ACLs (dACLs). 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 the full burden of behavioral disclosure. It only states 'Paginated' but doesn't describe the return format, default page size behavior, whether pagination uses the size parameter as a hard cap, error handling, or resource limits. For an ERS API tool that performs a network read, this lacks meaningful behavioral detail beyond the annotation-free status.

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 concise at two short sentences with no filler. The acronym expansion is useful and front-loaded. However, it is arguably under-specified rather than lean, so it earns a solid but not top conciseness score.

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 only 33% schema coverage, yet the description is minimal. For a paginated API list operation, the description should note what a response contains or how pagination behaves to help the agent know whether to iterate. The complexity is low, but given zero behavioral disclosure elsewhere, this description is incomplete for reliable automatic invocation.

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% (only the deployment parameter has a description; page and size are bare integers). The description adds no parameter semantics beyond 'Paginated' which hints at page/size but doesn't explain their exact semantics. Pages start at 1 and size defaults to 100 per schema, but the description doesn't reinforce or clarify these behaviors. With low schema coverage, the description should have compensated more than it does.

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 Downloadable ACLs (dACLs). Paginated.' clearly states the verb (List), resource (Downloadable ACLs), and provides the acronym expansion (dACLs). It distinguishes from sibling tools like ise_ers_get_downloadableacl (single get) and ise_ers_search_downloadableacl (search) since it is the list operation. However, it doesn't explicitly contrast itself with those siblings.

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 mentions 'Paginated' which implies the page/size parameters control result pagination, giving some usage context. The deployment parameter schema itself provides guidance about alternatives. However, no explicit when-to-use-vs-alternatives guidance is provided; the agent must infer from the tool name that this is the bulk-listing operation versus get (specific ID) or search (filtered lookup).

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