Skip to main content
Glama

k8s-pilot

by bourbonkk

pv_get

Retrieve detailed information about a specific PersistentVolume in a Kubernetes cluster using context and volume name with the MCP server. Enables efficient management of storage resources.

Instructions

Get details of a specific PersistentVolume.

Args: context_name: The Kubernetes context name name: The PersistentVolume name

Returns: Detailed information about the PersistentVolume

Input Schema

NameRequiredDescriptionDefault
context_nameYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "context_name", "name" ], "title": "pv_getArguments", "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