Skip to main content
Glama

GCP MCP

by henihaddad

resize_node_pool

Resize a node pool in a GKE cluster by specifying the project ID, cluster name, location, node pool name, and desired node count for efficient resource management.

Instructions

Resize a node pool in a GKE cluster. Args: project_id: The ID of the GCP project cluster_name: The name of the GKE cluster location: The location (region or zone) of the cluster node_pool_name: The name of the node pool to resize node_count: The new node count for the pool Returns: Result of the node pool resize operation

Input Schema

NameRequiredDescriptionDefault
cluster_nameYes
locationYes
node_countYes
node_pool_nameYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "cluster_name": { "title": "Cluster Name", "type": "string" }, "location": { "title": "Location", "type": "string" }, "node_count": { "title": "Node Count", "type": "integer" }, "node_pool_name": { "title": "Node Pool Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "cluster_name", "location", "node_pool_name", "node_count" ], "title": "resize_node_poolArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/henihaddad/gcp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server