wp_get_site_health tool reference for StifLi Flex MCP
Sensitive readruns a site audit with depth levels 0, 1, or 2.
Description
runs a site audit with depth levels 0, 1, or 2.
What it is for
- Technical diagnostics.
- Support and development.
Example use case
pre-launch technical audit.
Sample prompt
Run a site health audit at depth 2 and summarize the most important warnings.
Sample response
{
"tool": "wp_get_site_health",
"status": "ok",
"items": []
}
What does wp_get_site_health do?
runs a site audit with depth levels 0, 1, or 2.
Does wp_get_site_health modify site data?
It does not modify data, but it can expose sensitive site, user, or configuration details.
Which capability is commonly required?
It usually runs under controls compatible with manage_options and the active MCP profile.
How should wp_get_site_health be used safely?
Restrict this tool by profile and avoid exposing full raw output in shared channels.
