Skip to main content
Glama

CloudStack MCP Server

by phantosmax

create_volume

Generate a new storage volume in Apache CloudStack by specifying name, zone ID, disk offering, and size. Simplify cloud resource management through CloudStack MCP Server integration.

Instructions

Create a new storage volume

Input Schema

NameRequiredDescriptionDefault
diskofferingidNoDisk offering ID
nameYesVolume name
sizeNoSize in GB (for custom disk offerings)
zoneidYesZone ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "diskofferingid": { "description": "Disk offering ID", "type": "string" }, "name": { "description": "Volume name", "type": "string" }, "size": { "description": "Size in GB (for custom disk offerings)", "type": "number" }, "zoneid": { "description": "Zone ID", "type": "string" } }, "required": [ "name", "zoneid" ], "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