Skip to main content
Glama

Kubernetes MCP Server

describe-pod

Retrieve detailed information about a specific Kubernetes pod, including its status, configuration, and resource usage, to monitor and troubleshoot containerized applications.

Instructions

Describe details of a Kubernetes pod

Input Schema

NameRequiredDescriptionDefault
namespaceNoThe namespace of the pod (optional, defaults to current context namespace)
podYesThe name of the pod to describe

Input Schema (JSON Schema)

{ "properties": { "namespace": { "description": "The namespace of the pod (optional, defaults to current context namespace)", "type": "string" }, "pod": { "description": "The name of the pod to describe", "type": "string" } }, "required": [ "pod" ], "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/thekaranpargaie/kube-mcp'

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