Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

post_share_multi

Share multiple GoLogin browser profiles or folders with specified recipients by assigning roles like administrator, redactor, or guest.

Instructions

Create multiple shares

Input Schema

NameRequiredDescriptionDefault
instanceIdsYesIds of the instances you want to share.
recepientsYesArray of emails of the recipients.
roleNoRole of the recipient
typeYesType of the instance you want to share. You can share particular profiles or group of profiles as a folder.

Input Schema (JSON Schema)

{ "properties": { "instanceIds": { "description": "Ids of the instances you want to share.", "items": { "type": "string" }, "type": "array" }, "recepients": { "description": "Array of emails of the recipients.", "items": { "type": "string" }, "type": "array" }, "role": { "description": "Role of the recipient", "enum": [ "administrator", "redactor", "guest" ], "type": "string" }, "type": { "description": "Type of the instance you want to share. You can share particular profiles or group of profiles as a folder.", "enum": [ "profile", "folder" ], "type": "string" } }, "required": [ "type", "instanceIds", "recepients" ], "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