Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

patch_profile_update_ua_to_new_browser_v

Update user agents of GoLogin browser profiles to match new browser versions. Specify profile IDs or update all profiles at once using this tool in GoLogin MCP.

Instructions

Update user agent of profile

Input Schema

NameRequiredDescriptionDefault
browserIdsYesProfile IDs that you want to update.
currentWorkspaceNo
updateAllProfilesNoIf true - updates all profiles that belongs to user.
updateUaToNewBrowserVNoShould be always true.

Input Schema (JSON Schema)

{ "properties": { "browserIds": { "description": "Profile IDs that you want to update.", "items": { "type": "string" }, "type": "array" }, "currentWorkspace": { "type": "string" }, "updateAllProfiles": { "description": "If true - updates all profiles that belongs to user.", "type": "boolean" }, "updateUaToNewBrowserV": { "description": "Should be always true.", "type": "boolean" } }, "required": [ "browserIds" ], "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