Find Alternative Suppliers
find_alternativesFind similar suppliers to replace an existing one based on cost, speed, location, or quality. Provides backup options for your current supplier in the fashion supply chain.
Instructions
Find alternative suppliers similar to a given supplier.
USE WHEN:
User says "this supplier is too expensive / too slow / too far"
User needs backup options for an existing supplier
"有没有替代" / "找类似的" / "换一家"
Finds suppliers that make the same products, optionally in a different province or with different attributes. Results exclude the original supplier.
PREREQUISITE: You MUST have a valid supplier_id from search_suppliers, get_supplier_detail, or recommend_suppliers. WORKFLOW: search_suppliers → identify a candidate → find_alternatives (to get backup options) → compare_suppliers (to evaluate them side-by-side). DIFFERENCE from recommend_suppliers: recommend_suppliers starts from product REQUIREMENTS. This tool starts from a KNOWN supplier_id and finds similar alternatives. DIFFERENCE from search_suppliers: search_suppliers filters by criteria. This tool uses an existing supplier as the baseline reference.
RETURNS: { reference_supplier, alternatives: [supplier objects], attribution } ERRORS: Returns error if supplier_id not found. Returns empty alternatives if no similar suppliers exist. CONSTRAINT: Max 10 alternatives per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| supplier_id | Yes | Current supplier ID to find alternatives for | |
| reason | No | Why looking for alternatives | any |
| province | No | Preferred province for alternatives | |
| limit | No | Number of top results to return (1-10, default 5) |