You're viewing a demo portfolio

Join the waitlist
PRSM

create_node_pool

Active

Tool 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."
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.googleapis.container/mcp

1/7 registries
View full server →
create_node_pool — com.googleapis.container/mcp — PRSM MCP