Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

cldkctl_vm_create

Create virtual machines on the MCP cldkctl Server by specifying project ID, VM name, flavor, image, network, storage, and optional GPU type.

Instructions

Call the cldkctl_vm_create endpoint

Input Schema

NameRequiredDescriptionDefault
flavorYesFlavor ID
gpuNoGPU type (optional)
imageYesImage ID
nameYesVM name
networkYesNetwork ID
project_idYesProject ID
storageYesStorage size

Input Schema (JSON Schema)

{ "properties": { "flavor": { "description": "Flavor ID", "type": "string" }, "gpu": { "description": "GPU type (optional)", "type": "string" }, "image": { "description": "Image ID", "type": "string" }, "name": { "description": "VM name", "type": "string" }, "network": { "description": "Network ID", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "storage": { "description": "Storage size", "type": "string" } }, "required": [ "project_id", "name", "flavor", "image", "network", "storage" ], "type": "object" }
Install Server

Other Tools from MCP cldkctl Server

Related Tools

    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/raffelprama/mcp-cldkctl'

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