Skip to main content
Glama

Cloud Manage MCP Server

by rainhan99

manage_instance_power

Control and manage cloud instance power states (power on, off, reboot, shutdown) across supported providers like DigitalOcean, Vultr, and Alibaba using instance ID and confirmations for precise operations.

Instructions

通用的实例电源管理函数(支持所有云平台) Args: provider (str): 云服务提供商 ('digitalocean', 'vultr', 'alibaba') instance_id (str): 实例ID action (str): 操作类型 ('power_on', 'power_off', 'reboot', 'shutdown') ip_confirmation (str): 确认IP地址 name_confirmation (str): 确认实例名称 operation_confirmation (str): 确认操作类型 Returns: Dict: 操作结果

Input Schema

NameRequiredDescriptionDefault
actionYes
instance_idYes
ip_confirmationNo
name_confirmationNo
operation_confirmationNo
providerYes

Input Schema (JSON Schema)

{ "properties": { "action": { "title": "Action", "type": "string" }, "instance_id": { "title": "Instance Id", "type": "string" }, "ip_confirmation": { "default": "", "title": "Ip Confirmation", "type": "string" }, "name_confirmation": { "default": "", "title": "Name Confirmation", "type": "string" }, "operation_confirmation": { "default": "", "title": "Operation Confirmation", "type": "string" }, "provider": { "title": "Provider", "type": "string" } }, "required": [ "provider", "instance_id", "action" ], "title": "manage_instance_powerArguments", "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/rainhan99/cloud_manage_mcp_server'

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