Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_virtual_machines

Retrieve and filter virtual machines in CloudStack by zone, state, or keyword, enabling efficient management and monitoring of VM resources.

Instructions

List virtual machines in CloudStack

Input Schema

NameRequiredDescriptionDefault
keywordNoKeyword to search VMs
stateNoVM state (Running, Stopped, etc.)
zoneidNoZone ID to filter VMs

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "keyword": { "description": "Keyword to search VMs", "type": "string" }, "state": { "description": "VM state (Running, Stopped, etc.)", "type": "string" }, "zoneid": { "description": "Zone ID to filter 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