Skip to main content
Glama

MCP Kubernetes Server

by abhijeetka

describe_pod

Retrieve detailed information about a specific pod in a Kubernetes cluster using pod name and namespace, enabling efficient cluster management.

Instructions

Describe a specific pod

Input Schema

NameRequiredDescriptionDefault
namespaceNodefault
pod_nameYes

Input Schema (JSON Schema)

{ "properties": { "namespace": { "default": "default", "title": "Namespace", "type": "string" }, "pod_name": { "title": "Pod Name", "type": "string" } }, "required": [ "pod_name" ], "title": "describe_podArguments", "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/abhijeetka/mcp-k8s-server'

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