Skip to main content

MCP Servers
emails
filesystem
woocommerce
Local Tools
history
claim_done
python_execute
manage_context
handle_overlong_tool_outputs

Instruction

Please help me check which products are in my shop, filter out those that have been in stock for more than 90 days and have sold fewer than 10 units in the past 30 days. Move them to a product category named “Outlet/Clearance” (”/” is part of the name). Also, send an email to each of the subscribed customers. You can find the email template under the workspace (please sort the products by stock-in time from earliest to latest; if the stock-in time is the same, then sort by discount ratio from small to large). The subscriber information is in subscriber.json.

Initial State

Local Workspace

workspace/ ├── blog_template.md ├── email_template.txt └── subscriber.json

WooCommerce

The data is reinitialized on each test; you can review the original data construction process here.

Model Trajectory