Skip to main content
Toolathlon-Verified · Website task ID 300 · Canonical task woocommerce-stock-alert View the task source at d57361c0

Required Tools

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

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

Runtime Setup

This task initializes application or service state during preprocessing. Review the pinned setup source.

Legacy Trajectories

These replays were produced on the original Toolathlon release. They are retained for historical inspection and are not Toolathlon-Verified results.