Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_virtual_machines

Retrieve a list of virtual machines in Apache CloudStack by filtering results using zone ID, VM state, or keywords for efficient cloud resource management.

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