Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

cldkctl_notebook_create

Create a new notebook instance by specifying project ID, name, namespace, image, CPU, memory, storage, and optional GPU resources using the MCP cldkctl Server.

Instructions

Call the cldkctl_notebook_create endpoint

Input Schema

NameRequiredDescriptionDefault
cpuYesCPU amount
gpuNoGPU amount (optional)
imageYesImage ID
memoryYesMemory size
nameYesNotebook name
namespaceYesNamespace
project_idYesProject ID
storageYesStorage size

Input Schema (JSON Schema)

{ "properties": { "cpu": { "description": "CPU amount", "type": "string" }, "gpu": { "description": "GPU amount (optional)", "type": "string" }, "image": { "description": "Image ID", "type": "string" }, "memory": { "description": "Memory size", "type": "string" }, "name": { "description": "Notebook name", "type": "string" }, "namespace": { "description": "Namespace", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "storage": { "description": "Storage size", "type": "string" } }, "required": [ "project_id", "name", "namespace", "image", "cpu", "memory", "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