Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

post_profile_clone_multi

Clone multiple browser profiles into a specified folder using the GoLogin MCP server. Simplify profile management by duplicating multiple IDs simultaneously.

Instructions

Clone multiple profiles

Input Schema

NameRequiredDescriptionDefault
browsersIdsYesArray of browser IDs to clone.
folderNameNoFolder name to clone profiles to.

Input Schema (JSON Schema)

{ "properties": { "browsersIds": { "description": "Array of browser IDs to clone.", "items": { "type": "string" }, "type": "array" }, "folderName": { "description": "Folder name to clone profiles to.", "type": "string" } }, "required": [ "browsersIds" ], "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