Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

post_workspaces

Create and customize workspaces for browser profiles, specifying OS and system details directly through GoLogin MCP. Simplify profile automation and configuration with tailored workspace setups.

Instructions

Create workspace

Input Schema

NameRequiredDescriptionDefault
nameNoName of the workspace.
osNoGologin will create starting profiles with creating a workspace. If you want to create a workspace with a specific OS, you can specify it here.
osSpecNoHere you can specify OS specification. For example chip version for macos or version of windows.

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the workspace.", "type": "string" }, "os": { "description": "Gologin will create starting profiles with creating a workspace. If you want to create a workspace with a specific OS, you can specify it here.", "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" } }, "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