system_management
Retrieve host system information, VirtualBox version, and OS types, plus VM metrics and screenshots for diagnostics.
Instructions
Comprehensive system management portmanteau tool.
This tool consolidates system information and diagnostics operations into a single interface. Use the 'action' parameter to specify which operation to perform. Most actions don't require vm_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Optional screenshot width for action="screenshot" | |
| action | Yes | The operation to perform. Must be one of: - "host_info": Get host system information (no vm_name required) - "vbox_version": Get VirtualBox version information (no vm_name required) - "ostypes": List available OS types for VM creation (no vm_name required) - "metrics": Get VM performance metrics (requires: vm_name) - "screenshot": Take a screenshot of a running VM (requires: vm_name) | |
| height | No | Optional screenshot height for action="screenshot" | |
| vm_name | No | Name of the virtual machine (required only for metrics and screenshot actions) | |
| output_file | No | Optional screenshot output path for action="screenshot" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||