Skip to main content
Glama

GCP MCP

by henihaddad

get_cluster_details

Retrieve comprehensive details of a GKE cluster, including project ID, cluster name, and location, to analyze and manage Kubernetes resources on GCP effectively.

Instructions

Get detailed information about a specific 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: Detailed information about 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": "get_cluster_detailsArguments", "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