Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

update-group

Modify browser group details such as name and remark using the specified group ID. Streamline organization and management of browser profiles through the AdsPower LocalAPI MCP Server.

Instructions

Update the browser group

Input Schema

NameRequiredDescriptionDefault
groupIdYesThe id of the group to update, must be a numeric string (e.g., "123"). You can use the get-group-list tool to get the group list
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, must be a numeric string (e.g., \"123\"). You can use the get-group-list tool to get the group list", "pattern": "^\\d+$", "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" }

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