Menu Toolswordpress_get_menu_item
Menu Tools

wordpress_get_menu_item

Get a single WordPress menu item by ID.

wordpress_get_menu_item

Get a single menu item by ID.

Parameters

ParameterTypeRequiredDescription
item_idnumberYesMenu item ID

Response

{
  "success": true,
  "item": {
    "id": 1001,
    "title": "Home",
    "url": "/",
    "parent": 0
  }
}

Example Prompts

  • "Get menu item 1001"
  • "Show details for the menu item that links to /pricing"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025