Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

get-group-list

Retrieve a list of groups from AdsPower LocalAPI by specifying group name, page size, and page number to manage browser profiles effectively.

Instructions

Get the list of groups

Input Schema

NameRequiredDescriptionDefault
groupNameNoThe name of the group to search, use like to search, often used group name to find the group id, so eg: "test" will search "test" and "test1"
pageNoThe page of the group, default is 1
sizeNoThe size of the page, max is 100, if get more than 100, you need to use the page to get the next page, default is 10

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupName": { "description": "The name of the group to search, use like to search, often used group name to find the group id, so eg: \"test\" will search \"test\" and \"test1\"", "type": "string" }, "page": { "description": "The page of the group, default is 1", "type": "number" }, "size": { "description": "The size of the page, max is 100, if get more than 100, you need to use the page to get the next page, default is 10", "type": "number" } }, "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