Skip to main content
Glama

GCP MCP

by henihaddad

add_iam_policy_binding

Grant specific IAM roles to users or service accounts in a Google Cloud project by defining the project ID, role, and member. Simplify access control management with this operation.

Instructions

Add an IAM policy binding to a GCP project. Args: project_id: The ID of the GCP project role: The role to grant (e.g., "roles/compute.admin") member: The member to grant the role to (e.g., "user:email@example.com", "serviceAccount:name@project.iam.gserviceaccount.com") Returns: Result of the policy binding operation

Input Schema

NameRequiredDescriptionDefault
memberYes
project_idYes
roleYes

Input Schema (JSON Schema)

{ "properties": { "member": { "title": "Member", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" }, "role": { "title": "Role", "type": "string" } }, "required": [ "project_id", "role", "member" ], "title": "add_iam_policy_bindingArguments", "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