Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-iam-analyse-permission-gaps

Identify gaps between current and required permissions in Google Cloud to ensure proper access for specific operations. Simplify IAM analysis by comparing permissions effectively.

Instructions

Compare current permissions against required permissions for specific operations and identify gaps

Input Schema

NameRequiredDescriptionDefault
operationDescriptionNoDescription of the operation being attempted (for context)
projectNoProject ID (defaults to current project)
requiredPermissionsYesList of permissions required for the intended operation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "operationDescription": { "description": "Description of the operation being attempted (for context)", "type": "string" }, "project": { "description": "Project ID (defaults to current project)", "type": "string" }, "requiredPermissions": { "description": "List of permissions required for the intended operation", "items": { "type": "string" }, "type": "array" } }, "required": [ "requiredPermissions" ], "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