Skip to main content
Toolathlon-Verified · Website task ID 303 · Canonical task woocommerce-product-recall View the task source at d57361c0

Required Tools

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

Instruction

Remove products of a specified model from your WooCommerce store and recall the corresponding products. The product must be taken off the shelf (set to draft or private status, or with catalog visibility set to hidden), rather than deleted. Given a product model, search for historical orders related to that product and send a recall email to the corresponding customer’s email address. See recall_email_template.md for the email template. The email must include a Google Forms recall form created by strictly following the recall_form_template.json template (order of questions, options and contents), and return the form information in recall_report.json. The template is as follows:
{
"form_id": "Google Forms form ID",

"form_url": "Google Forms form link",
}

Initial State

Local Workspace

workspace/ ├── recall_email_template.md └── recall_form_template.json

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.