Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

cldkctl_edit_pvc

Modify Persistent Volume Claim (PVC) configurations by specifying project ID, namespace, PVC name, and updated PVC data. Streamline PVC management for Cloudeka environments via the MCP cldkctl Server.

Instructions

Call the cldkctl_edit_pvc endpoint

Input Schema

NameRequiredDescriptionDefault
nameYesPVC name
namespaceYesNamespace
project_idYesProject ID
pvc_dataYesPersistent Volume Claim data

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "PVC name", "type": "string" }, "namespace": { "description": "Namespace", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "pvc_data": { "description": "Persistent Volume Claim data", "type": "object" } }, "required": [ "project_id", "namespace", "name", "pvc_data" ], "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