AdsPower LocalAPI MCP Server

Official
by AdsPower
Verified

update-group

Modify browser group details, including group name and optional remarks, through the AdsPower LocalAPI MCP Server for streamlined profile management.

Instructions

Update the browser group

Input Schema

NameRequiredDescriptionDefault
groupIdYesThe id of the group to update
groupNameYesThe new name of the group
remarkNoThe new remark of the group

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from AdsPower LocalAPI MCP Server

Related Tools

ID: b09x27h15f