autonomous_troubleshooter
Diagnoses why a Windows operation failed by scanning Event Log errors, checking running processes, and identifying root causes (permissions, process, or registry) with remediation steps.
Instructions
Diagnose WHY a Windows operation failed (Permissions vs Process vs Registry).
Uses a 3-phase approach:
Scan recent Event Log errors
Check running processes for blockers
Sample for probable root cause and remediation steps
Args: operation_failure: Description of the failure to investigate. ctx: FastMCP Context for telemetry and sampling (required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_failure | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||