mcp_add_menu_item
Add an item to a WordPress menu. Requires menu ID and title; optionally specify URL, object type, parent, or position.
Instructions
Add an item to a menu
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| menu_id | Yes | Menu ID | |
| title | Yes | Menu item title | |
| url | No | URL for custom links | |
| object_type | No | Item type | custom |
| object | No | Object type (page, product_cat, etc.) | |
| object_id | No | Object ID | |
| parent | No | Parent menu item ID | |
| position | No | Position in menu |