Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Category
short_menu:create_category
Create a new menu category.
Write
Medium risk
Create Item
short_menu:create_item
Create a new menu item.
Write
Medium risk
Create Menu
short_menu:create_menu
Create a new menu for a restaurant.
Write
Medium risk
Delete Category
short_menu:delete_category
Delete a menu category permanently. This will also remove all items in this category.
Write
High risk
Delete Item
short_menu:delete_item
Delete a menu item permanently. This action cannot be undone.
Write
High risk
Delete Menu
short_menu:delete_menu
Delete a menu permanently. This action cannot be undone.
Write
High risk
Get Category
short_menu:get_category
Fetch a single menu category by ID with all details.
Read
Low risk
Get Item
short_menu:get_item
Fetch a single menu item by ID with all details.
Read
Low risk
Get Menu
short_menu:get_menu
Fetch a single menu by ID with all items and categories.
Read
Low risk
Get Restaurant
short_menu:get_restaurant
Fetch a single restaurant by ID with all details.
Read
Low risk
List Categories
short_menu:list_categories
List menu categories with optional filtering by menu.
Read
Low risk
List Items
short_menu:list_items
List menu items with optional filtering by menu, category, availability, and search.
Read
Low risk
List Menus
short_menu:list_menus
List all menus with optional filtering by restaurant and status.
Read
Low risk
List Restaurants
short_menu:list_restaurants
List restaurants with optional filtering by cuisine, status, location, and search.
Read
Low risk
Publish Menu
short_menu:publish_menu
Publish a menu to make it active and visible to customers.
Write
Medium risk
Toggle Item Availability
short_menu:toggle_item_availability
Toggle a menu item's availability status. Useful for marking items as sold out or back in stock.
Write
Low risk
Update Category
short_menu:update_category
Update an existing menu category's details.
Write
Medium risk
Update Item
short_menu:update_item
Update an existing menu item's details.
Write
Medium risk
Update Menu
short_menu:update_menu
Update an existing menu's details.
Write
Medium risk