wordpress_list_menus
List all WordPress navigation menus (includes WPML translation info if available).
wordpress_list_menus
List all navigation menus. Includes WPML translation info if available.
Parameters
This tool takes no parameters.
Example call
No parameter is required, so the smallest valid call is empty:
{
"name": "wordpress_list_menus",
"arguments": {}
}
Response
{
"success": true,
"menus": [
{
"id": 10,
"name": "Primary Menu"
}
]
}
What it changes
Nothing. It only reads, so there is nothing to approve and nothing to undo.
How long it takes
A typical call takes about 1.7 seconds. 19 in 20 finish within 4.1 seconds. Measured on real sites over the last week, so it includes the site's own hosting.
Availability
Works on any WordPress site, whichever page builder it uses. Available since Respira 1.0.0.
Example Prompts
- "List all menus"
- "What navigation menus exist on my site?"
Related Tools
Was this page helpful?