list_processes
List running processes with PIDs, optionally filtered by name, to locate the process ID for packet capture.
Instructions
List running processes with their PIDs.
Use this to find the PID to pass to capture_process.
Args: name_filter: Optional substring to filter process names (case-insensitive). E.g. "chrome" or "python".
Returns: Table of PID and process name for matching processes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |