Skip to main content
Glama

k8s-pilot

by bourbonkk

pv_create

Automates the creation of PersistentVolumes in Kubernetes clusters using specified parameters like capacity, access modes, storage class, and host path via the k8s-pilot MCP server.

Instructions

Create a PersistentVolume in the cluster.

Args: context_name: The Kubernetes context name name: The PersistentVolume name capacity: The storage capacity (e.g., "10Gi") access_modes: List of access modes (e.g., ["ReadWriteOnce"]) storage_class: The storage class name host_path: The host path for the volume

Returns: Status of the creation operation

Input Schema

NameRequiredDescriptionDefault
access_modesYes
capacityYes
context_nameYes
host_pathYes
nameYes
storage_classYes

Input Schema (JSON Schema)

{ "properties": { "access_modes": { "items": {}, "title": "Access Modes", "type": "array" }, "capacity": { "title": "Capacity", "type": "string" }, "context_name": { "title": "Context Name", "type": "string" }, "host_path": { "title": "Host Path", "type": "string" }, "name": { "title": "Name", "type": "string" }, "storage_class": { "title": "Storage Class", "type": "string" } }, "required": [ "context_name", "name", "capacity", "access_modes", "storage_class", "host_path" ], "title": "pv_createArguments", "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/bourbonkk/k8s-pilot'

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