wp_get_option tool reference for StifLi Flex MCP
Sensitive readgets the value of a WordPress option.
Description
gets the value of a WordPress option.
What it is for
- Diagnosing configuration.
- Reviewing specific options without going into the database.
Example use case
checking a site setting.
Sample prompt
Get the value of the blogname option so I can confirm the current site title.
Sample response
{
"tool": "wp_get_option",
"status": "ok",
"items": []
}
What does wp_get_option do?
gets the value of a WordPress option.
Does wp_get_option 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_option be used safely?
Restrict this tool by profile and avoid exposing full raw output in shared channels.
