Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

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" }
Install Server

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