Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_templates

Retrieve and filter templates from the CloudStack MCP Server by type, hypervisor, or zone, enabling efficient management of virtual machine configurations.

Instructions

List templates

Input Schema

NameRequiredDescriptionDefault
hypervisorNoHypervisor type
templatefilterYesTemplate filter (featured, self, selfexecutable, sharedexecutable, executable, community)featured
zoneidNoZone ID to filter templates

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "hypervisor": { "description": "Hypervisor type", "type": "string" }, "templatefilter": { "default": "featured", "description": "Template filter (featured, self, selfexecutable, sharedexecutable, executable, community)", "type": "string" }, "zoneid": { "description": "Zone ID to filter templates", "type": "string" } }, "required": [ "templatefilter" ], "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