Skip to main content
Glama

CloudStack MCP Server

by phantosmax

attach_volume

Link a storage volume to a virtual machine using Volume ID and VM ID on the CloudStack MCP Server, enabling efficient resource management and storage allocation.

Instructions

Attach volume to virtual machine

Input Schema

NameRequiredDescriptionDefault
deviceidNoDevice ID
idYesVolume ID
virtualmachineidYesVM ID to attach to

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "deviceid": { "description": "Device ID", "type": "number" }, "id": { "description": "Volume ID", "type": "string" }, "virtualmachineid": { "description": "VM ID to attach to", "type": "string" } }, "required": [ "id", "virtualmachineid" ], "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/phantosmax/cloudstack-mcp-server'

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