get_services
Retrieve all Kubernetes services within a specified namespace using the MCP Kubernetes Server's simplified interface for managing clusters with natural language commands.
Instructions
Get all services 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_servicesArguments",
"type": "object"
}