Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

delete_profile

Remove multiple browser profiles in bulk by specifying their IDs. This tool simplifies profile management within the GoLogin MCP server, enabling efficient cleanup of unused or outdated profiles.

Instructions

Delete multiple profiles

Input Schema

NameRequiredDescriptionDefault
profilesToDeleteYesArray of profile IDs that you want to delete.

Input Schema (JSON Schema)

{ "properties": { "profilesToDelete": { "description": "Array of profile IDs that you want to delete.", "items": { "type": "string" }, "type": "array" } }, "required": [ "profilesToDelete" ], "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