Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_service_offerings

Retrieve and filter compute plans (service offerings) on the CloudStack MCP Server, enabling efficient resource management by listing available configurations based on domain or system criteria.

Instructions

List service offerings (compute plans)

Input Schema

NameRequiredDescriptionDefault
domainidNoDomain ID to filter offerings
issystemNoShow system offerings

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "domainid": { "description": "Domain ID to filter offerings", "type": "string" }, "issystem": { "default": false, "description": "Show system offerings", "type": "boolean" } }, "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