system_management
Perform system diagnostics: fetch host info, VirtualBox version, OS types, VM metrics, or take VM screenshots by selecting an action.
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 |
|---|---|---|---|
| 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) | |
| 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" | |
| width | No | Optional screenshot width for action="screenshot" | |
| height | No | Optional screenshot height for action="screenshot" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||