Apparel Monster is an online apparel retailer selling men's, women's, and sportswear clothing. 116 products across 30 categories. Prices in USD. Powered by Spree Commerce with a public JSON:API…
8 tools1 methodsspec API surface
What can an agent do with spree.apparel.monster WebMCP tools?
Apparel Monster is an online apparel retailer selling men's, women's, and sportswear clothing. 116 products across 30 categories. Prices in USD. Powered by Spree Commerce with a public JSON:API… This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
WebMCP tools on spree.apparel.monster
Tool 1 of 8WebMCPAnswer
search_products
Search for apparel products by name, category (taxon permalink), price range, or stock status. Returns up to 20 results with name, price, and URL.
How to install
Open the spree.apparel.monster website and ask your browser agent to use search_products
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the search_products tool on spree.apparel.monster with query: <string>, taxon: <string>, min_price: <number>, max_price: <number>, in_stock: <boolean>, sort: <string>, limit: <integer>. Return the structured result and cite the source page.
Input contract
querystringKeyword to match against product names, e.g. 'denim shirt'.
taxonstringPermalink filter, e.g. 'categories/men/shirts' or 'collections/new-arrivals'.
min_pricenumberMinimum price in USD.
max_pricenumberMaximum price in USD.
in_stockbooleanIf true, only return purchasable items in stock.
Adds a product variant (specific size/color combination) to the cart. Requires user confirmation. Returns the updated cart summary.
How to install
Open the spree.apparel.monster website and ask your browser agent to use add_to_cart
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the add_to_cart tool on spree.apparel.monster with variant_id: <integer>, quantity: <integer>. Return the structured result and cite the source page.
Input contract
variant_idintegerThe variant ID (NOT the product ID). Get this from get_product → variants.