Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_system_vms

Retrieve and filter system VMs (console proxy, secondary storage) by zone, type, and state in CloudStack infrastructure for streamlined management.

Instructions

List system VMs (console proxy, secondary storage)

Input Schema

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

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "state": { "description": "System VM state", "type": "string" }, "systemvmtype": { "description": "System VM type (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