Menu Toolswordpress_create_menu
Menu Tools

wordpress_create_menu

Create a new WordPress navigation menu.

wordpress_create_menu

Create a new navigation menu.

Parameters

ParameterTypeRequiredDescription
namestringYesMenu name
descriptionstringNoMenu description

Response

{
  "success": true,
  "id": 10,
  "name": "Primary Menu"
}

Example Prompts

  • "Create a new menu called 'Footer Menu'"
  • "Create a menu named 'Resources'"

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