get_proxy_connection_string
Generate a proxy connection string for a port using HTTP or SOCKS5 protocol by providing the port ID and server host.
Instructions
Generate a ready-to-use proxy connection string for a port (HTTP or SOCKS5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| portId | Yes | The port ID to generate connection string for | |
| protocol | No | Protocol to use (default: http) | |
| serverHost | Yes | The proxy server hostname (required) |