Skip to main content
Glama

deploy_create_network

Creates a network using a CIDR block (IPv4 or IPv6). Validates the IP address and prefix length before submitting to Cisco Secure Access.

Instructions

Create a Network identified by a CIDR. Both ip_address and prefix_length (or alternatively a cidr string) are validated as syntactically correct before being sent to Cisco.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable name.
cidrYesIPv4 or IPv6 CIDR, e.g. '192.0.2.0/24' or '2001:db8::/32'.
is_verifiedNoWhether the network is pre-verified by your team.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided; description mentions client-side validation ('validated as syntactically correct') but does not disclose idempotency, side effects, permissions, or what happens on duplicate CIDR.

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?

Single sentence with precise wording. No redundant information.

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?

Given 3 parameters and full schema coverage, description adequately states core purpose but lacks context on return values (no output schema) or post-creation behavior. Sufficient for a straightforward creation tool but could be improved.

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 coverage is 100% with clear parameter descriptions. However, tool description ambiguously references separate 'ip_address' and 'prefix_length' despite schema having only a single 'cidr' string, potentially confusing the agent. Adds minimal value beyond schema.

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?

Description clearly states action ('Create') and resource ('Network') identified by CIDR. Distinguishes from sibling tools like deploy_delete_network and deploy_get_network.

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 alternatives such as deploy_create_site or deploy_create_network_tunnel_group. Missing context about prerequisites or exclusions.

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