wp_create_nav_menu tool reference for StifLi Flex MCP
Writecreates a navigation menu.
Description
creates a navigation menu.
What it is for
- Creating new menus from AI.
Example use case
building a seasonal menu.
Sample prompt
Create a new navigation menu called Holiday Campaign Links.
Sample response
{
"tool": "wp_create_nav_menu",
"status": "ok",
"updated": true
}
What does wp_create_nav_menu do?
creates a navigation menu.
Does wp_create_nav_menu modify site data?
Yes. It is a write operation and can create, update, or delete data depending on arguments.
Which capability is commonly required?
It usually runs under controls compatible with edit_theme_options and the active MCP profile.
How should wp_create_nav_menu be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
