AdsPower LocalAPI MCP Server

Official
by AdsPower
Verified

get-browser-list

Retrieve a list of browsers from AdsPower LocalAPI MCP Server based on criteria like group ID, serial number, or sorting order. Enables efficient management of browser profiles for specific tasks.

Instructions

Get the list of browsers

Input Schema

NameRequiredDescriptionDefault
groupIdNoThe group id of the browser
idNoThe id of the browser
orderNoThe order of the browser
serialNumberNoThe serial number of the browser
sizeNoThe size of the page
sortNoThe sort of the browser

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupId": { "description": "The group id of the browser", "type": "string" }, "id": { "description": "The id of the browser", "type": "string" }, "order": { "description": "The order of the browser", "enum": [ "asc", "desc" ], "type": "string" }, "serialNumber": { "description": "The serial number of the browser", "type": "string" }, "size": { "description": "The size of the page", "type": "number" }, "sort": { "description": "The sort of the browser", "enum": [ "serial_number", "last_open_time", "created_time" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from AdsPower LocalAPI MCP Server

Related Tools

ID: b09x27h15f