Skip to main content

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

Instruction

You need to read the inventory levels of WooCommerce products, check the current stock quantity (stock_quantity) for each product against the safety threshold (stock_threshold), identify all products with stock below the threshold, and automatically update a Google Sheets purchase requisition list named stock_sheet. For each low-stock product, record it in Google Sheets and send an email notification to the purchasing manager (the email address is in purchasing_manager_email.txt). You need to find all low-stock products, record them and send emails. The email template can be found in stock_alert_email_template.md.

Initial State

Local Workspace

workspace/ ├── purchasing_manager_email.txt └── stock_alert_email_template.md

Google Sheet

├── stock_sheet

WooCommerce

You can review the data construction process during testing here.

Model Trajectory