Skip to main content
Glama

CloudStack MCP Server

by phantosmax

create_volume

Generate a new storage volume in CloudStack MCP Server by specifying essential parameters like name, disk offering ID, zone ID, and optional custom size, enabling efficient resource allocation for cloud infrastructure.

Instructions

Create a new volume

Input Schema

NameRequiredDescriptionDefault
diskofferingidYesDisk offering ID
nameYesVolume name
sizeNoVolume size 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": "Volume size in GB (for custom disk offerings)", "type": "number" }, "zoneid": { "description": "Zone ID", "type": "string" } }, "required": [ "name", "diskofferingid", "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