Menu Tools
wordpress_create_menu
Create a new WordPress navigation menu.
wordpress_create_menu
Create a new navigation menu.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Menu name |
| description | string | No | Menu description |
Response
{
"success": true,
"id": 10,
"name": "Primary Menu"
}
Example Prompts
- "Create a new menu called 'Footer Menu'"
- "Create a menu named 'Resources'"
Related Tools
- wordpress_update_menu - Rename or modify menu settings
- wordpress_assign_menu_location - Assign menu to a theme location
Next Steps
After creating a menu, add items with wordpress_create_menu_item, then assign it to a location with wordpress_assign_menu_location.
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
