Skip to main content
Glama

GCP MCP

by henihaddad

get_role_permissions

Retrieve detailed IAM role permissions, including custom roles, for Google Cloud Platform. Specify the role name and optional project ID to get comprehensive information.

Instructions

Get detailed information about an IAM role, including its permissions. Args: role_name: The name of the role (e.g., "roles/compute.admin" or "projects/my-project/roles/myCustomRole") project_id: Optional project ID for custom roles. Not needed if role_name is fully qualified. Returns: Detailed information about the IAM role

Input Schema

NameRequiredDescriptionDefault
project_idNo
role_nameYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project Id" }, "role_name": { "title": "Role Name", "type": "string" } }, "required": [ "role_name" ], "title": "get_role_permissionsArguments", "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/henihaddad/gcp-mcp'

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