post_folders_folder
Create and organize folders for GoLogin browser profiles using the GoLogin MCP server. Simplify profile management by structuring your automation workflows efficiently.
Instructions
Create folder
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name of the folder. |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the folder.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}