List Menu Items
list_menu_itemsSearch and filter kitchen menu items by name or description, with options to view active or inactive items. Returns item details including price, category, and status.
Instructions
List the kitchen menu catalog. Supports free-text search and active/inactive filter. Returns item id, name, description, price, category, and active status. / Lista el catálogo de menu de cocina. Admite búsqueda de texto y filtro activo/inactivo. Devuelve id, nombre, descripcion, precio, categoria y estado activo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search by name or description / Busqueda por nombre o descripcion | |
| isActive | No | Filter by active status / Filtrar por activos | |
| limit | No | Max results (1-100) | |
| offset | No | Offset / Desplazamiento | |
| after | No | Cursor for cursor-based pagination / Cursor de paginacion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| total | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| nextCursor | No |