cloud_diagnose
Run local diagnostics and send findings to a cloud service for structured, expert-level remediation guidance including root cause, tool invocation, and verification steps.
Instructions
Run local diagnostics AND route the findings to the windy-fix-me cloud-relay for LLM-augmented remediation. Returns both the local rule-based findings and the cloud-relay's structured remediation (each entry has rootCause, a specific MCP tool call to invoke, fallback, verification steps). Use this when local run_diagnostics surfaces warnings/errors and you want expert-level fix guidance that knows about platform-specific quirks the local rules don't. Relay endpoint: https://windy-fix-me.windyword.workers.dev/diagnose (override via WINDY_FIX_ME_URL env var on the Windy Word side). May add ~2-3s of latency from the LLM round-trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sharedSecret | No | Optional X-Windy-Fix-Me-Key for relays that require auth. Most public deployments leave this unset. |