Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_events

Retrieve CloudStack events by type, level, and date range using the tool on the CloudStack MCP Server. Filter results and manage cloud infrastructure activity effectively.

Instructions

List CloudStack events

Input Schema

NameRequiredDescriptionDefault
levelNoEvent level (INFO, WARN, ERROR)
pagesizeNoNumber of events to return
startdateNoStart date (YYYY-MM-DD)
typeNoEvent type

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "level": { "description": "Event level (INFO, WARN, ERROR)", "type": "string" }, "pagesize": { "description": "Number of events to return", "type": "number" }, "startdate": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "type": { "description": "Event type", "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