get_proxy__id_
Retrieve proxy details by ID using GoLogin MCP to manage and configure browser profiles through AI-driven automation.
Instructions
Find proxy by id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}