Skip to main content
Glama
aliyun

Alibaba Cloud MCP Server

Official
by aliyun

RunInstances

Enables bulk creation of ECS instances in Alibaba Cloud, ideal for scenarios like application deployment or high-availability setups. Specify region, image, instance type, security group, and VSwitch to deploy multiple instances efficiently.

Instructions

批量创建ECS实例,适用于需要同时创建多台ECS实例的场景,例如应用部署和高可用性场景。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
AmountNo创建数量
ImageIdYes镜像ID
InstanceNameNo实例名称
InstanceTypeYes实例规格
RegionIdNoAlibabaCloud region IDcn-hangzhou
SecurityGroupIdYes安全组ID
VSwitchIdYes交换机ID
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions '批量创建' (batch creation) which implies a write/mutation operation, but doesn't disclose critical behavioral traits: whether this is a destructive operation, what permissions are required, whether it's idempotent, what happens on failure, or what the return format looks like. The description adds minimal behavioral context beyond the basic action.

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

Conciseness4/5

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

The description is appropriately concise with two sentences. The first sentence states the core purpose, and the second provides usage context. There's no wasted text, though it could be slightly more front-loaded with the primary action.

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?

For a complex mutation tool with 7 parameters, no annotations, and no output schema, the description is insufficient. It doesn't explain what the tool returns, error conditions, side effects, or important behavioral constraints. The agent would need to guess about the operation's consequences and response format.

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 description coverage is 100%, so the schema already documents all 7 parameters with Chinese descriptions. The description doesn't add any parameter-specific information beyond what's in the schema. With high schema coverage, the baseline is 3 even without additional param details in the description.

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's purpose: '批量创建ECS实例' (batch create ECS instances). It specifies the verb (create) and resource (ECS instances), and mentions the batch aspect. However, it doesn't explicitly differentiate from potential sibling tools like 'StartInstances' or 'DescribeInstances' beyond the creation focus.

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 provides some usage context: '适用于需要同时创建多台ECS实例的场景,例如应用部署和高可用性场景' (suitable for scenarios requiring simultaneous creation of multiple ECS instances, such as application deployment and high-availability scenarios). This gives implied guidance about when to use it (batch creation scenarios) but doesn't explicitly state when NOT to use it or mention alternatives like creating single instances via other means.

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

Related 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/aliyun/alibabacloud-ecs-mcp-server'

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