Skip to main content
Glama

vpc_create_private_network

Creates an isolated private network within your Scaleway VPC, with optional subnets and route propagation configuration.

Instructions

Create a Private Network.

The Private Network is tagged created_by=scaleway-mcp so it can later be identified and safely deleted by this server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional Private Network name (a random one is generated if omitted).
tagsNoOptional additional tags.
regionNoRegion. Defaults to the configured region.
vpc_idNoOptional VPC ID to attach the Private Network to. Defaults to the project's default VPC.
projectNoOptional project ID. Defaults to the configured project.
subnetsNoOptional list of CIDR subnets to associate with the network.
default_route_propagation_enabledNoWhether the default route is propagated to the Private Network. Defaults to ``True``.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses that the network is tagged with 'created_by=scaleway-mcp' for safe deletion, adding value beyond the schema. However, it does not describe other behavioral traits like idempotency, response details, or potential side effects. Without annotations, this is partially informative but not comprehensive.

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 sentences, front-loaded with purpose, no extraneous information. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and full parameter descriptions, the description is fairly complete. It could include more on the networking context (e.g., relationship to VPCs), but it covers the essential tagging behavior. No major gaps.

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 100% with each parameter described. The description does not add any additional parameter semantics; it only reiterates the tagging behavior. Baseline of 3 is appropriate since the schema already handles parameter documentation.

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 clearly states 'Create a Private Network' with a specific verb and resource. It distinguishes from sibling tool vpc_create_vpc which creates a VPC, not a private network. However, it does not explicitly differentiate from other create tools.

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 when to attach to a VPC or use default VPC. No exclusion criteria or context provided.

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/sndpl/scaleway-mcp'

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