Skip to main content
Glama

k8s-pilot

by bourbonkk

pv_update

Update PersistentVolume metadata, including labels, for Kubernetes clusters managed by the k8s-pilot MCP server. Specify the context, volume name, and new labels to apply changes.

Instructions

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

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

Returns: Status of the update operation

Input Schema

NameRequiredDescriptionDefault
context_nameYes
labelsYes
nameYes

Input Schema (JSON Schema)

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