list_processes
Retrieve and filter running Windows processes by name, CPU, or memory usage. Requires opt-in configuration for safety.
Instructions
[System Info] List running processes (requires opt-in configuration)
Example usage:
{
"filter": "chrome",
"limit": 10,
"sort_by": "cpu"
}SECURITY: This tool is disabled by default. Process enumeration can be used for reconnaissance. To enable, add to config.json: { "security": { "allowProcessListing": true } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default: 10, max: 50) | |
| filter | No | Filter processes by name (partial match) | |
| sort_by | No | Sort results by (default: cpu) | cpu |