Skip to main content
Glama

create_private_network

Create an isolated private network in Scaleway. Specify a name, region, and optional tags to segment your cloud infrastructure.

Instructions

Create a new private network.

Args: name: Name for the new private network region: Scaleway region (e.g., fr-par, nl-ams). If not provided, uses default region. tags: Optional list of tags for the network

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
tagsNo
regionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only reveals the region default behavior ('If not provided, uses default region'). It does not mention permissions, side effects, idempotency, or error conditions, which is a significant gap for a mutating tool.

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 compact and well-organized with a clear one-line purpose followed by a concise Args list. Every line adds value—no filler or redundancy.

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?

For a simple create operation, the description covers the core purpose and all parameters. The output schema exists, so return values are not the description's responsibility. However, it omits any high-level context (e.g., relationship to instances or network isolation), leaving minor gaps.

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

Parameters4/5

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

Despite 0% schema coverage, the description compensates by explaining each parameter: name, region with concrete examples, and tags as optional. The note about region defaulting adds behavioral meaning beyond the schema's bare type definitions.

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 uses a specific verb+resource pair ('Create a new private network') that clearly distinguishes it from sibling tools like list_private_networks or instance operations. No other tool in the sibling list creates a private network, so the purpose is unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention scenarios such as 'when setting up a network for instances' or contrast with list_private_networks, leaving the agent to infer usage solely from the name.

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/klogins-hash/scaleway-mcp-server'

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