get_pods
Retrieve all pods within a specified Kubernetes namespace using the MCP Kubernetes Server. Simplifies cluster management by providing pod details through natural language commands.
Instructions
Get all pods in the specified namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | default |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"default": "default",
"title": "Namespace",
"type": "string"
}
},
"title": "get_podsArguments",
"type": "object"
}