get_system_diagnostics
Retrieve detailed Windows system diagnostics, including crash reports, reboots, and system health analysis. Specify days back and toggle detailed event data for in-depth troubleshooting.
Instructions
Get comprehensive Windows system diagnostics including crashes, reboots, and system health
Input Schema
Name | Required | Description | Default |
---|---|---|---|
daysBack | No | Number of days back to analyze (default: 7) | |
detailed | No | Include detailed event information |
Input Schema (JSON Schema)
{
"properties": {
"daysBack": {
"default": 7,
"description": "Number of days back to analyze (default: 7)",
"type": "number"
},
"detailed": {
"default": false,
"description": "Include detailed event information",
"type": "boolean"
}
},
"type": "object"
}