List processes
list_processesList running processes on the local system, optionally filtered by process name substring or TCP listening port, with configurable result limit.
Instructions
List running processes, optionally filtered by name or listening port.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter processes by name substring (case-insensitive) | |
| port | No | Filter by TCP listening port | |
| limit | No | Maximum number of results |