Menu Toolswordpress_get_menu
Menu Tools

wordpress_get_menu

Get a WordPress navigation menu with all its items (includes WPML translation info if available).

wordpress_get_menu

Get a navigation menu with all its items. Includes WPML translation info if available.

Parameters

ParameterTypeRequiredDescription
idnumberYesMenu ID

Response

{
  "success": true,
  "menu": {
    "id": 10,
    "name": "Primary Menu",
    "items": [
      {
        "id": 1001,
        "title": "Home",
        "url": "/",
        "parent": 0
      }
    ]
  }
}

Example Prompts

  • "Get menu 10"
  • "Show me the items in the primary menu"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025