AdsPower LocalAPI MCP Server

Official
by AdsPower
Verified

create-group

Organize browser profiles by creating a named group with optional remarks using AdsPower LocalAPI MCP Server, simplifying profile management and grouping for enhanced workflow efficiency.

Instructions

Create a browser group

Input Schema

NameRequiredDescriptionDefault
groupNameYesThe name of the group to create
remarkNoThe remark of the group

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupName": { "description": "The name of the group to create", "type": "string" }, "remark": { "description": "The remark of the group", "type": "string" } }, "required": [ "groupName" ], "type": "object" }

You must be authenticated.

Other Tools from AdsPower LocalAPI MCP Server

Related Tools

ID: b09x27h15f