wp_get_settings tool reference for StifLi Flex MCP
Sensitive readgets WordPress settings. It can receive a `keys` array to limit the query.
Description
gets WordPress settings. It can receive a `keys` array to limit the query.
What it is for
- Diagnosing general configuration.
Example use case
targeted settings audit.
Sample prompt
Get the WordPress settings for blogname, admin_email, timezone_string, and posts_per_page.
Sample response
{
"tool": "wp_get_settings",
"status": "ok",
"items": []
}
What does wp_get_settings do?
gets WordPress settings. It can receive a `keys` array to limit the query.
Does wp_get_settings 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_settings be used safely?
Restrict this tool by profile and avoid exposing full raw output in shared channels.
