get_proxy_v2
Retrieve a list of all proxies for managing browser profiles on GoLogin MCP. Input a page number to access organized proxy data for profile automation and configuration.
Instructions
Get list of all proxies
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"type": "number"
}
},
"type": "object"
}