Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

move-browser

Transfer browser profiles to a designated group using groupId and browserIds for organized management and enhanced workflow efficiency.

Instructions

Move browsers to a group

Input Schema

NameRequiredDescriptionDefault
groupIdYesThe target group id
userIdsYesThe browser ids to move

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupId": { "description": "The target group id", "type": "string" }, "userIds": { "description": "The browser ids to move", "items": { "type": "string" }, "type": "array" } }, "required": [ "groupId", "userIds" ], "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