Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

patch_workspaces__wid__rename

Rename a workspace in GoLogin by specifying its unique ID and a new name, enabling quick updates to browser profile management.

Instructions

Rename workspace

Input Schema

NameRequiredDescriptionDefault
nameYesNew name of the workspace.
widYes

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "New name of the workspace.", "type": "string" }, "wid": { "type": "string" } }, "required": [ "wid", "name" ], "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