get-application-list
Retrieve a paginated list of applications using the AdsPower LocalAPI MCP Server. Specify the page size to manage and access application data efficiently.
Instructions
Get the list of applications
Input Schema
Name | Required | Description | Default |
---|---|---|---|
size | No | The size of the page |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"size": {
"description": "The size of the page",
"type": "number"
}
},
"type": "object"
}