get_handles
List process handles grouped by type to identify open files, mutants, events, threads, and other resources. Useful for debugging resource leaks and analyzing process activity.
Instructions
List process handles grouped by type (File, Mutant, Event, Thread, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |