check_port
Identify which process is listening on a TCP port, returning PID, name, and command line to reveal what service or app occupies that port.
Instructions
Find what process is listening on a TCP port on this machine. Use when the user asks what service/app uses a port, what's on port X, or if a port is open (e.g. 8765 for the local Vela API). Returns PID, process name, and command line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes |