Diagnose Hosting Issue
diagnoseRun all live hosting checks (HTTP, SSL, DNS, security headers) and search the knowledge base from one URL and symptom, then return a structured report explaining the root cause.
Instructions
The main entry point: given a URL and a description of the symptom, runs every live check (HTTP status, SSL, DNS, security headers) in parallel alongside a knowledge-base search, and returns one structured report. Use this first for an open-ended 'why is my site doing X' question; use the individual check_* / search_troubleshooting_kb tools when you already know exactly what to check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the site having problems, e.g. https://example.com | |
| symptom | Yes | A description of the problem being observed, e.g. 'visitors see a blank white page' |