post_profile_browser_import
Import browser profiles from a CSV file into GoLogin MCP. Enables bulk profile setup and management for streamlined browser automation and configuration.
Instructions
Import profiles
Input Schema
Name | Required | Description | Default |
---|---|---|---|
currentWorkspace | No | ||
dataProfiles | Yes | CSV file content. | |
folderName | No |
Input Schema (JSON Schema)
{
"properties": {
"currentWorkspace": {
"type": "string"
},
"dataProfiles": {
"description": "CSV file content.",
"type": "string"
},
"folderName": {
"type": "string"
}
},
"required": [
"dataProfiles"
],
"type": "object"
}