Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AdsPower/local-api-mcp-typescript'

If you have feedback or need assistance with the MCP directory API, please join our Discord server