Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_volumes

Retrieve and filter storage volumes by VM ID, type, or zone ID in Apache CloudStack infrastructure using the MCP Server for efficient cloud resource management.

Instructions

List storage volumes

Input Schema

NameRequiredDescriptionDefault
typeNoVolume type (ROOT, DATADISK)
virtualmachineidNoVM ID to filter volumes
zoneidNoZone ID to filter volumes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "type": { "description": "Volume type (ROOT, DATADISK)", "type": "string" }, "virtualmachineid": { "description": "VM ID to filter volumes", "type": "string" }, "zoneid": { "description": "Zone ID to filter volumes", "type": "string" } }, "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