MCP tool · Diagnostics
get_website_diagnostics
Roll up "why is this site broken" for one owned site in a single call: it composes the hosting, PHP, web-server and SSL reads and returns `{verdict, summary,…
get_website_diagnostics
Description
Roll up "why is this site broken" for one owned site in a single call: it composes the hosting, PHP, web-server and SSL reads and returns {verdict, summary, findings[], signals:{hosting, php, httpd, ssl}, notes} — a ranked findings[] (each {severity, title, evidence, recommendation}) plus the derived signals (suspension, disk pressure, PHP version, httpd summary, certificate validity). verdict is the most severe finding (critical|warning|info|ok). This is the website side only: for mail use get_email_diagnostics, for the DNS zone use get_dns_diagnostics, for one whole service use get_service_diagnostics, and for the account/billing roll-up use get_diagnostics_overview. It changes nothing; act on the findings with the specific tools.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|