Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-iam-get-project-policy

Retrieve the IAM policy for a Google Cloud project to manage access controls and permissions, specifying the project ID and policy format version as needed.

Instructions

Retrieve the IAM policy for a Google Cloud project

Input Schema

NameRequiredDescriptionDefault
projectNoProject ID (defaults to current project)
requestedPolicyVersionNoThe policy format version (1, 2, or 3)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project": { "description": "Project ID (defaults to current project)", "type": "string" }, "requestedPolicyVersion": { "default": 3, "description": "The policy format version (1, 2, or 3)", "maximum": 3, "minimum": 1, "type": "number" } }, "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