list_k8s_events
ActiveTool of com.googleapis.container/mcp
declared in ESF
Retrieves events from a Kubernetes cluster. This is similar to running `kubectl events`.
Parameters schema
{
"type": "object",
"required": [
"parent"
],
"properties": {
"name": {
"type": "string",
"description": "Optional. The name of the resource to retrieve events for."
},
"limit": {
"type": "string",
"format": "int64",
"description": "Optional. The maximum number of events to return. If not specified, 500 is used."
},
"parent": {
"type": "string",
"description": "Required. The parent cluster. Format: projects/{project}/locations/{location}/clusters/{cluster}"
},
"namespace": {
"type": "string",
"description": "Optional. The namespace of the resource. If not specified and all_namespaces is false, \"default\" is used."
},
"resourceType": {
"type": "string",
"description": "Optional. The type of the resource to retrieve events for."
},
"allNamespaces": {
"type": "boolean",
"description": "Optional. If true, retrieve events from all namespaces."
}
},
"description": "Request message for KubeEvents."
}Parent server
com.googleapis.container/mcp
1/7 registries