Skip to main content
Glama

AlibabaCloud MCP Server

Official
by aliyun
Apache 2.0
43
  • Apple
  • Linux

RunInstances

Create multiple ECS instances simultaneously on AlibabaCloud for efficient application deployment, scaling, and high-availability setups.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
AmountNoNumber of ECS instances
ImageIdYesImage ID
InstanceNameNoInstance Name
InstanceTypeYesInstance Type
RegionIdNoAlibabaCloud region IDcn-hangzhou
SecurityGroupIdYesSecurityGroup ID
VSwitchIdYesVSwitch ID

Input Schema (JSON Schema)

{ "properties": { "Amount": { "default": 1, "description": "Number of ECS instances", "title": "Amount", "type": "integer" }, "ImageId": { "description": "Image ID", "title": "Imageid", "type": "string" }, "InstanceName": { "default": "", "description": "Instance Name", "title": "Instancename", "type": "string" }, "InstanceType": { "description": "Instance Type", "title": "Instancetype", "type": "string" }, "RegionId": { "default": "cn-hangzhou", "description": "AlibabaCloud region ID", "title": "Regionid", "type": "string" }, "SecurityGroupId": { "description": "SecurityGroup ID", "title": "Securitygroupid", "type": "string" }, "VSwitchId": { "description": "VSwitch ID", "title": "Vswitchid", "type": "string" } }, "required": [ "ImageId", "InstanceType", "SecurityGroupId", "VSwitchId" ], "title": "RunInstancesArguments", "type": "object" }

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-core-mcp-server'

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