Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

cldkctl_notebook_start

Initiate a notebook by specifying the project ID, name, and namespace using the MCP cldkctl Server. Simplates starting notebooks in Cloudeka environments.

Instructions

Call the cldkctl_notebook_start endpoint

Input Schema

NameRequiredDescriptionDefault
nameYesNotebook name
namespaceYesNamespace
project_idYesProject ID

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Notebook name", "type": "string" }, "namespace": { "description": "Namespace", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" } }, "required": [ "project_id", "name", "namespace" ], "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