describe_k8s_resource
ActiveTool of com.googleapis.container/mcp
declared in ESF
Shows the details of a specific Kubernetes resource. This is similar to running `kubectl describe`.
Parameters schema
{
"type": "object",
"required": [
"parent",
"resourceType"
],
"properties": {
"name": {
"type": "string",
"description": "Optional. The name of the resource."
},
"parent": {
"type": "string",
"description": "Required. The parent cluster."
},
"namespace": {
"type": "string",
"description": "Optional. The namespace of the resource."
},
"resourceType": {
"type": "string",
"description": "Required. The type of the resource."
},
"labelSelector": {
"type": "string",
"description": "Optional. A label selector to filter resources."
}
},
"description": "Request message for KubeDescribe."
}Parent server
com.googleapis.container/mcp
1/7 registries