Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

get_profile_v2

Retrieve and organize GoLogin browser profiles by searching, filtering, and sorting based on criteria like last activity, proxy type, creation date, or tags. Access profiles efficiently for automation and management purposes.

Instructions

Get all profiles

Input Schema

NameRequiredDescriptionDefault
folderNo
pageNo
searchNo
sorterFieldNo
sorterOrderNo
tagNo

Input Schema (JSON Schema)

{ "properties": { "folder": { "type": "string" }, "page": { "type": "number" }, "search": { "type": "string" }, "sorterField": { "enum": [ "lastActivity", "proxyType", "updatedAt", "createdAt", "sharedEmails", "name", "os", "order" ], "type": "string" }, "sorterOrder": { "enum": [ "ascend", "descend" ], "type": "string" }, "tag": { "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