GCP MCP

by eniayomi
Verified

list-gke-clusters

List all GKE clusters in the current project

Input Schema

NameRequiredDescriptionDefault
locationNoLocation (region or zone) to list clusters from (defaults to all locations)

Input Schema (JSON Schema)

{ "properties": { "location": { "description": "Location (region or zone) to list clusters from (defaults to all locations)", "type": "string" } }, "required": [], "type": "object" }