Recommend Suppliers
recommend_suppliersFind and rank top suppliers for specific products based on sourcing requirements like location and factory type, prioritizing quality and capacity fit.
Instructions
Smart supplier recommendation based on sourcing requirements.
USE WHEN:
User describes what they need: "I need a factory for cotton t-shirts in Guangdong"
User asks for recommendations, not just search results
"推荐供应商" / "帮我找合适的工厂"
WORKFLOW: Standalone entry point for "I need help finding a supplier" requests. Returns ranked top-N suppliers. Follow up with get_supplier_detail or compare_suppliers on the top results. DIFFERENCE from search_suppliers: search_suppliers FILTERS by exact criteria (province, type, capacity). This tool RANKS by fit — prioritizes own-factory, then quality score, then capacity. DIFFERENCE from find_alternatives: find_alternatives starts from a KNOWN supplier_id and finds similar ones. This tool starts from product REQUIREMENTS.
RETURNS: { query, total_matches, showing_top, note: "ranking logic", data: [supplier objects] } ERRORS: Returns empty data if no product match found. FALLBACK: If no results, try a broader product term (e.g. "sportswear" instead of "compression leggings"). Do not call more than 3 times for the same question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | What product to source (e.g. sportswear, t-shirt, down jacket) | |
| province | No | Preferred province | |
| type | No | Prefer own factory or trading company | |
| limit | No | Number of top results to return (1-10, default 5) |