get_process_details
Retrieve detailed information about any process by PID, including executable path, command line, user, memory usage, and open file count.
Instructions
Returns detailed information about a specific process by PID: executable path, command line, user, memory breakdown, open file count, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | The process ID to inspect (positive integer; get from get_top_processes or search_process). |