Skip to main content
Glama

GCP MCP

by henihaddad

list_gke_clusters

Retrieve and display all Google Kubernetes Engine (GKE) clusters within a specified GCP project, optionally filtered by region, to manage and monitor resources efficiently.

Instructions

List Google Kubernetes Engine (GKE) clusters in a GCP project. Args: project_id: The ID of the GCP project to list GKE clusters for region: Optional region to filter clusters (e.g., "us-central1") Returns: List of GKE clusters in the specified GCP project

Input Schema

NameRequiredDescriptionDefault
project_idYes
regionNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "string" }, "region": { "default": "", "title": "Region", "type": "string" } }, "required": [ "project_id" ], "title": "list_gke_clustersArguments", "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