list_processes
List running desktop processes that have visible windows, providing PID, process name, window title, responsiveness, and memory usage.
Instructions
List running processes that have visible windows.
Returns a list with pid, process_name, title,
responding (bool), and memory_mb.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |