check_connectivity
Test TCP port reachability on a public host. Provide host and port to verify connectivity, with optional timeout.
Instructions
Check whether a TCP port on a public host is reachable.
Args: host: Hostname or IP to test (private/loopback hosts are blocked). port: TCP port number (1-65535). timeout: Connection timeout in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| port | Yes | ||
| timeout | No |