cyberboss_food_list
List food items from a standalone food inventory, filtering by storage, status, or including closed records.
Instructions
List food items from the standalone Cyberboss food inventory. Input: { storage?: string, status?: string, includeClosed?: boolean }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional stored status filter. Current inventory items should usually be active. | |
| storage | No | Optional storage filter. | |
| includeClosed | No | Include old closed status records, if any exist. |