Skip to main content
Glama

deploy_list_regions

Retrieve a list of Cisco Secure Access regions to select a placement for Network Tunnel Groups. Supports pagination and filtering by name.

Instructions

List Cisco Secure Access regions available for Network Tunnel Group placement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based).
limitNoPage size; many Cisco endpoints cap this at 100 or 200.
name_filterNo
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 the basic function and does not mention pagination behavior, rate limits, idempotency, or what happens with empty results. The schema implies pagination via page and limit parameters, but the description adds no value beyond that.

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?

The description is a single sentence that is concise and front-loaded with the key action and resource. No extraneous information.

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 and no annotations. The description does not explain what the return value contains (e.g., region IDs, names, status), which is essential for the agent to process the response. Given the simplicity of a list operation, the description is incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 67% (2 of 3 parameters have descriptions), which is moderate. The description does not mention any parameters or add meaning beyond what the schema provides. The name_filter parameter lacks a description in the schema, and the description does not compensate for this gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/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 the resource 'Cisco Secure Access regions' with a specific context 'available for Network Tunnel Group placement'. This distinguishes it from sibling tools like deploy_list_networks and deploy_list_network_tunnel_groups.

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 usage for listing regions but provides no explicit guidance on when to use this tool vs alternatives, nor any when-not-to-use scenarios. The context is clear from the resource name but lacks exclusionary criteria.

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/sdntechforum/Secure_Access'

If you have feedback or need assistance with the MCP directory API, please join our Discord server