Skip to main content
Glama

ABLESTACK MOLD MCP Server

by ycyun

mold_listVirtualMachines

List virtual machines in ABLESTACK MOLD with filtering options for state, zone, project, domain, and account to manage cloud infrastructure.

Instructions

listVirtualMachines(4.21) 호출. 주요 필터만 노출(추가 필드는 mold_call 사용).

Input Schema

NameRequiredDescriptionDefault
accountNo
detailsNo
domainidNo
idNo
keywordNo
listallNo
nameNo
pageNo
pagesizeNo
projectidNo
stateNo
zoneidNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "account": { "type": "string" }, "details": { "type": "string" }, "domainid": { "type": "string" }, "id": { "type": "string" }, "keyword": { "type": "string" }, "listall": { "type": "boolean" }, "name": { "type": "string" }, "page": { "type": "integer" }, "pagesize": { "type": "integer" }, "projectid": { "type": "string" }, "state": { "enum": [ "Running", "Stopped", "Present", "Destroyed", "Expunged" ], "type": "string" }, "zoneid": { "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/ycyun/ablestack-MCP-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server