webmcp/gallery

8 tools · production · spec

Spree is an apparel platform that lets an agent search products, manage the cart, apply coupons, and navigate to checkout.

Tools8 total

add_to_cart

actionimperative/
quantityinteger
variant_idintegerrequiredThe variant ID (NOT the product ID). Get this from get_product → variants.

apply_coupon

actionimperative/
coupon_codestringrequired

get_product

readimperative/
slugstringrequiredProduct slug, e.g. 'denim-shirt'.

get_store_info

readimperative/

no parameters

go_to_checkout

actionimperative/

no parameters

list_categories

readimperative/
parentstringOptional permalink filter for children of a given parent, e.g. 'categories/men'.

search_products

readimperative/
sortstringSort order.
limitinteger
querystringKeyword to match against product names, e.g. 'denim shirt'.
taxonstringPermalink filter, e.g. 'categories/men/shirts' or 'collections/new-arrivals'.
in_stockbooleanIf true, only return purchasable items in stock.
max_pricenumberMaximum price in USD.
min_pricenumberMinimum price in USD.

view_cart

readimperative/

no parameters