tcp_port_check
Verify whether a TCP port is open on a remote host by attempting a plain socket connection. Helps identify connectivity issues without port scanning.
Instructions
Check whether a TCP port is open (plain socket connect, no port scanning).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| port | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |