Skip to main content
Glama

GCP Billing and Monitoring MCP Server

by RadiumGu

gcp-iam-test-resource-permissions

Verify IAM permissions on Google Cloud resources by testing which specific permissions the current user or service account has access to for security validation and access control.

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/RadiumGu/gcp-billing-and-monitoring-mcp'

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