create_cluster
ActiveTool of com.googleapis.container/mcp
Creates a new GKE cluster in a given project and location. It's recommended to read the [GKE documentation](https://docs.cloud.google.com/kubernetes-engine/docs/concepts/configuration-overview) to understand cluster configuration options. Cluster creation will default to Autopilot mode, as recommended by GKE best practices. If the user explicitly wants to create a Standard cluster, you need to set autopilot.enabled=false in the cluster configuration. This is similar to running `gcloud container clusters create-auto` or `gcloud container clusters create`.
Parameters schema
{
"type": "object",
"required": [
"parent",
"cluster"
],
"properties": {
"parent": {
"type": "string",
"description": "Required. The parent (project and location) where the cluster will be created. Specified in the format `projects/*/locations/*`."
},
"cluster": {
"type": "string",
"description": "Required. A [cluster resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.locations.clusters) represented as a string using JSON format."
}
},
"description": "MCPCreateClusterRequest creates a new cluster."
}Parent server
com.googleapis.container/mcp
1/7 registries