get_profile__id__cookies
Retrieve cookies for a specific browser profile ID using the GoLogin MCP server. Simplifies managing browser profiles and automation by extracting essential cookie data directly.
Instructions
Find cookies of profile
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}