wp_get_menus tool reference for StifLi Flex MCP
Read-onlyalias of `wp_get_nav_menus`.
Description
alias of `wp_get_nav_menus`.
What it is for
- Compatibility with prompts or clients that ask for menus.
Example use case
compatibility lookup.
Sample prompt
Get all menus available on the site.
Sample response
{
"tool": "wp_get_menus",
"status": "ok",
"items": []
}
What does wp_get_menus do?
alias of `wp_get_nav_menus`.
Does wp_get_menus 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 edit_theme_options and the active MCP profile.
How should wp_get_menus be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
