Skip to main content
Glama

k8s-pilot

by bourbonkk

pvc_update

Modify labels and metadata of an existing PersistentVolumeClaim in Kubernetes clusters. Requires context name, namespace, PVC name, and new labels for precise updates.

Instructions

Update an existing PersistentVolumeClaim's metadata (e.g., labels).

Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The PersistentVolumeClaim name labels: New labels to apply to the PersistentVolumeClaim

Returns: Status of the update operation

Input Schema

NameRequiredDescriptionDefault
context_nameYes
labelsYes
nameYes
namespaceYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "labels": { "additionalProperties": true, "title": "Labels", "type": "object" }, "name": { "title": "Name", "type": "string" }, "namespace": { "title": "Namespace", "type": "string" } }, "required": [ "context_name", "namespace", "name", "labels" ], "title": "pvc_updateArguments", "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