Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-iam-test-resource-permissions

Test specific IAM permissions on Google Cloud resources to verify access rights for the current caller, ensuring secure and compliant resource management.

Instructions

Test which permissions the current caller has on specific Google Cloud resources

Input Schema

NameRequiredDescriptionDefault
permissionsYesList of permissions to test on the resource
resourceYesThe full resource name (e.g., "projects/my-project/buckets/my-bucket", "projects/my-project/zones/us-central1-a/instances/my-instance")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "permissions": { "description": "List of permissions to test on the resource", "items": { "type": "string" }, "type": "array" }, "resource": { "description": "The full resource name (e.g., \"projects/my-project/buckets/my-bucket\", \"projects/my-project/zones/us-central1-a/instances/my-instance\")", "type": "string" } }, "required": [ "resource", "permissions" ], "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