Skip to main content
Glama

GCP MCP

by henihaddad

list_node_pools

List all node pools in a Google Kubernetes Engine (GKE) cluster by specifying the project ID, cluster name, and location.

Instructions

List node pools 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 Returns: List of node pools in the specified GKE cluster

Input Schema

NameRequiredDescriptionDefault
cluster_nameYes
locationYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "cluster_name": { "title": "Cluster Name", "type": "string" }, "location": { "title": "Location", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "cluster_name", "location" ], "title": "list_node_poolsArguments", "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