change_menu_item_order

Admin-only MCP tool.

Set the order of the items in an application’s menu, top to bottom. Use list_menu_items to see the current order.

Order matters beyond appearance. If a user has multiple menu items that are set to be their start page, the one highest in this order wins.

Properties

Property Type Required? Description
application_id integer Required

Required. The application whose menu is being reordered. Use list_applications to find application ids.

order array of integer Required

Required. Every menu id in this application, once each, in the order they should appear from top to bottom. The whole menu is listed rather than only what moved, so that the result does not depend on what the order happened to be beforehand. Leaving an item out is refused rather than guessed at.

← Back to the MCP reference