Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_snapshots

Retrieve and filter volume snapshots by volume ID and interval type (e.g., MANUAL, HOURLY, DAILY) for effective snapshot management on CloudStack MCP Server.

Instructions

List volume snapshots

Input Schema

NameRequiredDescriptionDefault
intervaltypeNoInterval type (MANUAL, HOURLY, DAILY, WEEKLY, MONTHLY)
volumeidNoVolume ID to filter snapshots

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "intervaltype": { "description": "Interval type (MANUAL, HOURLY, DAILY, WEEKLY, MONTHLY)", "type": "string" }, "volumeid": { "description": "Volume ID to filter snapshots", "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