-
Notifications
You must be signed in to change notification settings - Fork 3
Troubleshooting
DDClaw edited this page Jul 30, 2026
·
1 revision
Run python3 scripts/install.py or set the env variable manually.
- Check parameter names first — same concept uses different names across tools
- Try a different site, node_id, or ASIN
- Some tools have limited data coverage (e.g.,
category_report_from_history,category_keywords)
Fixed in July 30 update. --one-shot path no longer imports mcp package. Update to latest main branch.
Run python3 tests/auto_sync.py to pull latest tool schemas from server.
Shopee trend tools + Walmart trend/variation tools return [date, val, date, val...] flat arrays. Parse with: pairs = list(zip(data[::2], data[1::2]))
shopee_get_favorite_keyword_dict → ["dict_name", ...], shopee_get_favorite_keyword → ["keyword", ...]. These don't use the standard {doc, data} wrapper.
| You're calling | With this param | But this tool needs |
|---|---|---|
| Amazon keyword tools | amz_site |
keyword_support_site |
product_customers_say |
amz_site |
site |
similar_product_feature |
asin |
product_name |
| Shopee keyword tools | search_name |
keyword |
- 🆕 Closed-Loop Selection ← Full pipeline
- 📖 Case Study: Water Bottle ← Real data example
- Loop & Goal Templates ← 58 automation recipes