Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

patch_folders_folder

Manage browser profile organization by adding or removing profiles from folders using GoLogin MCP. Specify folder name, profile IDs, and action (add/remove) for streamlined profile management.

Instructions

Add or remove profiles from folder

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform with the profiles.
nameYesName of the folder.
profilesYesList of profile IDs that you want to add or remove from the folder.

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform with the profiles.", "enum": [ "add", "remove" ], "type": "string" }, "name": { "description": "Name of the folder.", "type": "string" }, "profiles": { "description": "List of profile IDs that you want to add or remove from the folder.", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "profiles", "action" ], "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