post_profile__id__cookies
Update cookies for a specific GoLogin browser profile, allowing customization by importing from a user or clearing existing cookies via the GoLogin MCP server.
Instructions
Update cookies for profile
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cleanCookies | No | ||
fromUser | No | ||
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cleanCookies": {
"type": "boolean"
},
"fromUser": {
"type": "boolean"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}