search_items โ€” Find Items

Searches items (products and services) by code or name โ€” item code, name, type, price.

Searches items (products and services) from the live system by code or name: item code, name, type, price. Read-only. Reach for it when the user names a specific product or asks for a subset โ€” “find the widget item”, “price of I001”, “do we stock bolts”. Prefer this over list_items when the request is filtered.

Try these prompts

  • “find the Widget item”
  • “price of I001”
  • “do we stock bolts?”

ื ืกื• ื’ื ื‘ืขื‘ืจื™ืช

  • “ืžืฆื ืคืจื™ื˜ ืœืคื™ ืฉื”
  • “ืžื” ื”ืžื—ื™ืจ ืฉืœ ืžื•ืฆืจ ืžืกื•ื™ื?”
  • “ื”ืื ื™ืฉ ืœื ื• ืคืจื™ื˜ ืžืกื•ื™ื ื‘ืžืœืื™?”

Arguments

ArgRequiredMeaning
item_codeoptionalExact item code, e.g. I001.
item_nameoptionalName substring, e.g. Widget.
topoptionalMax rows returned.

Example result

1 match for “Widget”. I001 Widget โ€” product, $4.50.

  • list_items โ€” the full unfiltered list.