create_node_pool
ActiveTool of com.googleapis.container/mcp
declared in ESF
Creates a node pool for a specific GKE cluster.
Parameters schema
{
"type": "object",
"required": [
"parent",
"nodePool"
],
"properties": {
"parent": {
"type": "string",
"description": "Required. The parent (project, location, cluster name) where the node pool will be created. Specified in the format `projects/*/locations/*/clusters/*`."
},
"nodePool": {
"type": "string",
"description": "Required. The node pool to create represented as a string using JSON format. The full node pool object can be found at https://docs.cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools"
}
},
"description": "MCPCreateNodePoolRequest creates a node pool for a cluster."
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.googleapis.container/mcp
1/7 registries