Menu Tools
wordpress_list_menu_items
List all items in a WordPress menu (including hierarchy).
wordpress_list_menu_items
List all items in a menu with their hierarchy.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| menu_id | number | Yes | Menu ID |
Response
{
"success": true,
"menu_id": 10,
"items": [
{
"id": 1001,
"title": "Home",
"url": "/",
"parent": 0,
"position": 1
}
]
}
Example Prompts
- "List menu items for menu 10"
- "Show the navigation hierarchy for my primary menu"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
