Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_system_vms

Retrieve a list of system virtual machines in CloudStack by filtering with a specific zone ID and system VM type (e.g., domainrouter, consoleproxy, secondarystoragevm).

Instructions

List system virtual machines

Input Schema

NameRequiredDescriptionDefault
systemvmtypeNoSystem VM type (domainrouter, consoleproxy, secondarystoragevm)
zoneidNoZone ID to filter system VMs

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "systemvmtype": { "description": "System VM type (domainrouter, consoleproxy, secondarystoragevm)", "type": "string" }, "zoneid": { "description": "Zone ID to filter system VMs", "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