Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

post_profile_quick

Create browser profiles quickly using predefined templates on GoLogin MCP. Specify OS type, workspace, and additional parameters to streamline profile setup for automation.

Instructions

Create profile with templates

Input Schema

NameRequiredDescriptionDefault
currentWorkspaceNo
nameNoName of the profile.
osYesOS type. It should be the same with the OS you want to run the browser on.
osSpecNoHere you can specify OS specification. For example chip version for macos or version of windows.

Input Schema (JSON Schema)

{ "properties": { "currentWorkspace": { "type": "string" }, "name": { "description": "Name of the profile.", "type": "string" }, "os": { "description": "OS type. It should be the same with the OS you want to run the browser on.", "enum": [ "lin", "mac", "win", "android", "android-cloud" ], "type": "string" }, "osSpec": { "description": "Here you can specify OS specification. For example chip version for macos or version of windows.", "enum": [ "M1", "M2", "M3", "M4", "win11", "" ], "type": "string" } }, "required": [ "os" ], "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