list_processes
Retrieve all running processes with PIDs to locate a specific process by name and obtain its PID for termination.
Instructions
Full list of all running processes with PIDs. Use when the user wants to find a specific process by name or get a PID to kill. Do NOT use to see what is consuming the most resources — use get_top_processes for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||