Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-iam-validate-deployment-permissions

Validate required IAM permissions for deploying to GCP services like Cloud Run, GKE, and Compute Engine. Ensure proper access by checking mandatory and optional permissions for specific projects.

Instructions

Check if current caller has required permissions for deploying to common GCP services

Input Schema

NameRequiredDescriptionDefault
includeOptionalNoInclude optional permissions in the validation
projectNoProject ID (defaults to current project)
serviceYesGCP service to validate (cloud-run, gke, compute-engine, cloud-functions, app-engine, cloud-storage, cloud-sql)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeOptional": { "default": false, "description": "Include optional permissions in the validation", "type": "boolean" }, "project": { "description": "Project ID (defaults to current project)", "type": "string" }, "service": { "description": "GCP service to validate (cloud-run, gke, compute-engine, cloud-functions, app-engine, cloud-storage, cloud-sql)", "type": "string" } }, "required": [ "service" ], "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/krzko/google-cloud-mcp'

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