Skip to main content
Glama
RadiumGu

Alibaba Cloud Operations MCP Server

by RadiumGu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
test_alibaba_connectionB

测试阿里云连接状态

describe_ecs_instancesC

查询ECS实例信息

Args:
    region: 区域ID,如cn-beijing
describe_ecs_regionsB

查询ECS可用区域列表

describe_ecs_zonesB

查询ECS可用区列表

Args:
    region: 区域ID,如cn-beijing
list_oss_bucketsC

列出OSS存储桶

Args:
    region: 区域ID
create_oss_bucketC

创建OSS存储桶

Args:
    bucket_name: 存储桶名称
    region: 区域ID
delete_oss_bucketC

删除OSS存储桶

Args:
    bucket_name: 存储桶名称
    region: 区域ID
describe_vpcsC

查询VPC列表

Args:
    region: 区域ID,如cn-beijing
describe_vswitchesB

查询交换机列表

Args:
    region: 区域ID,如cn-beijing
    vpc_id: VPC ID(可选)
describe_rds_instancesC

查询RDS实例列表

Args:
    region: 区域ID,如cn-beijing
get_cpu_usage_dataB

获取ECS实例CPU使用率数据

Args:
    region: 区域ID,如cn-beijing
    instance_ids: ECS实例ID列表
get_memory_usage_dataC

获取ECS实例内存使用率数据

Args:
    region: 区域ID,如cn-beijing
    instance_ids: ECS实例ID列表
get_disk_usage_dataC

获取ECS实例磁盘使用率数据

Args:
    region: 区域ID,如cn-beijing
    instance_ids: ECS实例ID列表
run_ecs_commandC

在ECS实例上运行命令

Args:
    region: 区域ID,如cn-beijing
    instance_ids: ECS实例ID列表
    command: 要执行的命令
start_ecs_instancesC

启动ECS实例

Args:
    region: 区域ID,如cn-beijing
    instance_ids: ECS实例ID列表
stop_ecs_instancesC

停止ECS实例

Args:
    region: 区域ID,如cn-beijing
    instance_ids: ECS实例ID列表
reboot_ecs_instancesC

重启ECS实例

Args:
    region: 区域ID,如cn-beijing
    instance_ids: ECS实例ID列表
prompt_understandingA

阿里云专家提示词理解 - 总是首先使用此工具来理解针对阿里云的用户查询并转换为阿里云专家建议

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 18 tools

Disambiguation4/5

Most tools have distinct purposes targeting specific Alibaba Cloud services and operations, with clear boundaries between resource management (OSS, ECS, RDS, VPC) and monitoring/operations. However, the 'prompt_understanding' tool overlaps conceptually with the agent's own reasoning capabilities, potentially causing confusion about when to use it versus other tools for query interpretation.

Naming Consistency4/5

The naming follows consistent snake_case patterns with clear verb_noun conventions for most tools (e.g., create_oss_bucket, describe_ecs_instances, get_cpu_usage_data). The only deviation is 'prompt_understanding' which uses a different verb style, but this is a single exception among otherwise uniform naming.

Tool Count4/5

With 18 tools, the count is slightly high but reasonable for covering multiple Alibaba Cloud services (OSS, ECS, RDS, VPC) with basic operations. It provides a balanced scope without being overwhelming, though some services have more comprehensive coverage than others.

Completeness3/5

The toolset covers basic operations for OSS (CRUD), ECS (describe, monitor, control), and other services, but has notable gaps. There's no update operations for most resources, limited monitoring beyond ECS, and missing lifecycle management for RDS/VPC. The 'prompt_understanding' tool doesn't fill these functional gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues