Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

patch_workspaces__wid__members__id_

Modify member permissions and access levels in workspaces. Specify roles, limited access, and folders for precise control over workspace management in GoLogin MCP.

Instructions

Update member permissions

Input Schema

NameRequiredDescriptionDefault
foldersNoFolders that the member will have access to. Need to specify only if limitedAccess is true.
idYes
limitedAccessYesIf true, the member will have access only to a particular folder.
roleYesRole of the member.
widYes

Input Schema (JSON Schema)

{ "properties": { "folders": { "description": "Folders that the member will have access to. Need to specify only if limitedAccess is true.", "items": { "properties": { "name": { "type": "string" }, "role": { "required": [], "type": "object" } }, "required": [ "name", "role" ], "type": "object" }, "type": "array" }, "id": { "type": "string" }, "limitedAccess": { "description": "If true, the member will have access only to a particular folder.", "type": "boolean" }, "role": { "description": "Role of the member.", "enum": [ "owner", "admin", "editor", "guest" ], "type": "string" }, "wid": { "type": "string" } }, "required": [ "wid", "id", "limitedAccess", "role" ], "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/gologinapp/gologin-mcp'

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