wp_get_themes tool reference for StifLi Flex MCP
Read-onlylists installed themes.
Description
lists installed themes.
What it is for
- Diagnosing the visual and technical state of the site.
- Preparing support or audits.
Example use case
theme audit.
Sample prompt
List installed themes and identify which one appears to be the active production theme.
Sample response
{
"tool": "wp_get_themes",
"status": "ok",
"items": []
}
What does wp_get_themes do?
lists installed themes.
Does wp_get_themes modify site data?
No. It is a read-only operation and does not modify content or settings.
Which capability is commonly required?
It usually runs under controls compatible with manage_options and the active MCP profile.
How should wp_get_themes be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
