Skip to main content
Glama
sacloud

sacloud-mcp

Official
by sacloud

create_switch

Create a network switch in Sakura Cloud by specifying zone and name parameters to establish virtual network connectivity.

Instructions

さくらのクラウドAPIでスイッチを作成します

Args: zone (str): 作成対象のゾーン name (str): スイッチ名(1-64文字) description (str, optional): スイッチの説明(最大512文字)

Returns: dict: 作成されたスイッチのJSONレスポンス - Switch: 作成されたスイッチ情報 - ID: スイッチID - Name: スイッチ名 - Description: 説明 - Tags: タグのリスト - Icon: アイコン情報 - CreatedAt: 作成日時 - ModifiedAt: 更新日時 - Scope: スコープ - ServiceClass: サービスクラス - Zone: ゾーン情報

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoneYes
nameYes
descriptionNo
Behavior2/5

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

With no annotations provided, the description carries full burden but provides minimal behavioral context. It states the tool creates something (implying mutation) and shows the return structure, but doesn't mention authentication requirements, rate limits, error conditions, or what happens if creation fails. The description doesn't contradict annotations since none exist.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized but not optimally structured. The initial sentence states the purpose clearly, but the detailed parameter and return documentation could be more integrated. The information is valuable but presented in a somewhat segmented format rather than flowing naturally.

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?

For a creation tool with no annotations and no output schema, the description provides basic parameter documentation and return structure, which is adequate but minimal. It covers what the tool does and what it returns, but lacks important context about authentication, error handling, and integration with other tools in the ecosystem.

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?

With 0% schema description coverage, the description compensates well by documenting all 3 parameters in the Args section with clear explanations of each parameter's purpose, constraints (1-64 characters for name, max 512 for description), and optionality. This adds significant value beyond the bare schema.

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 the tool creates a switch using the Sakura Cloud API, specifying both the action and resource. It distinguishes from siblings like create_bridge or create_router by focusing on switches, but doesn't explicitly differentiate from other network creation tools beyond naming.

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 is provided about when to use this tool versus alternatives. While the description mentions it's for creating switches, there's no mention of prerequisites, when this is appropriate versus other network components, or how it relates to tools like get_switch_list or attach_servers.

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/sacloud/sacloud-mcp'

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