wp_get_plugin_settings tool reference for StifLi Flex MCP
Sensitive readinspects plugin-related options by slug or prefixes and recursively redacts secrets.
Description
inspects plugin-related options by slug or prefixes and recursively redacts secrets.
What it is for
- Plugin support.
- Auditing settings without exposing keys.
Example use case
support review for a plugin.
Sample prompt
Inspect the settings related to the WooCommerce plugin and redact any secret keys in the output.
Sample response
{
"tool": "wp_get_plugin_settings",
"status": "ok",
"items": []
}
What does wp_get_plugin_settings do?
inspects plugin-related options by slug or prefixes and recursively redacts secrets.
Does wp_get_plugin_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_plugin_settings be used safely?
Restrict this tool by profile and avoid exposing full raw output in shared channels.
