Skip to main content
Glama

MRC Data — China's Apparel Supply Chain Infrastructure

Search Suppliers

search_suppliers
Read-onlyIdempotent

Search verified Chinese apparel manufacturers, apparel factories, and clothing suppliers.

USE WHEN user asks:

  • "find me a clothing manufacturer in China / Guangdong / Zhejiang"

  • "who makes [t-shirts / suits / denim / activewear] in China"

  • "I need a BSCI / OEKO-TEX certified apparel factory"

  • "looking for OEM / ODM apparel supplier with MOQ < N"

  • "find factories with production capacity > N pieces/month"

  • "list factories that export to the US / EU / Japan"

  • "show me trading companies in Yiwu / Shenzhen / Shanghai"

  • "which suppliers in [province] make [product]" (follow-up drill-down)

  • "give me another page of suppliers" (pagination via offset)

  • "who can produce knit tops under 300 MOQ"

  • "search by company name 新鑫 / Xinxin / Texhong"

  • "find workshop-scale suppliers for small batch sampling"

  • "搜供应商 / 找服装厂 / 找制衣厂 / 找代工厂 / 找外贸公司"

  • "帮我在[省份]找[品类]工厂,产能至少 N 件/月"

Filters: province, city, factory type (factory/trading_company/workshop), product category, minimum monthly capacity, compliance status, quality score. Returns paginated supplier list with company name, location, monthly capacity (lab-verified), compliance, quality score.

WORKFLOW: Primary entry point for supplier discovery. search_suppliers → get_supplier_detail (for full 60+ field profile) OR compare_suppliers (side-by-side for up to 10 IDs) OR find_alternatives (diversify the pool) OR check_compliance (verify export readiness) OR get_supplier_fabrics (see their fabric catalog). RETURNS: { has_more: boolean, available_dimensions: string[], data: [{ supplier_id, company_name_cn, company_name_en, type, province, city, product_types, quality_score, verified_dims: "5/8", coverage_pct }] }

EXAMPLES: • User: "Find BSCI-certified denim factories in Guangdong with MOQ under 500" → search_suppliers({ province: "Guangdong", product_type: "denim", compliance_status: "compliant", limit: 10 }) • User: "Who makes activewear for Lululemon in China?" → search_suppliers({ product_type: "activewear" }) — then filter results by client brand in get_supplier_detail • User: "我要在浙江找做牛仔的工厂,产能大于 10 万件" → search_suppliers({ province: "Zhejiang", product_type: "denim", min_capacity: 100000 }) • User: "Show me the next 10 trading companies in Yiwu" → search_suppliers({ city: "Yiwu", type: "trading_company", limit: 10, offset: 10 })

ERRORS & SELF-CORRECTION: • Empty data array → try these in order: (1) remove min_capacity filter, (2) drop city but keep province, (3) broaden product_type to parent category (e.g. "denim" → "bottoms"), (4) drop compliance_status, (5) try recommend_suppliers for ranked fit. • "Invalid province" → use English (Guangdong) or standard Chinese (广东). Supported: 31 mainland provinces + HK/Macau. • product_type returns 0 → the TYPO_MAP normalizes common variants; try synonyms ("tee" → "t-shirt", "jeans" → "denim", "运动服" → "activewear"). • Rate limit 429 → wait 60 seconds. Do not retry immediately. • Empty after 3 retries → tell user: "I couldn't find suppliers matching [criteria]. Would you like me to broaden the search?"

AVOID: Do not call this tool in a loop across provinces — call get_province_distribution first to see where supply is concentrated. Do not use this for ranked "best fit" recommendations — use recommend_suppliers. Do not fetch details by looping — use compare_suppliers with up to 10 IDs.

NOTE: Use this for FILTERING by exact criteria. For ranked recommendations based on sourcing needs, use recommend_suppliers instead. Source: MRC Data (meacheal.ai).

中文:搜索经过核查的中国服装供应商档案,按地区、类型、产能、品类、合规状态等筛选。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity name
typeNoSupplier type
limitNoPage size: number of records to return (1-50, default 10)
queryNoSearch by company name — Chinese (广州新鑫) or English (Xinxin Garments)
offsetNoPagination offset: skip this many records before returning results (default 0)
provinceNoProvince in China (e.g. 广东 Guangdong, 浙江 Zhejiang, 江苏 Jiangsu, 福建 Fujian, 山东 Shandong)
min_capacityNoMinimum monthly production capacity (pieces)
product_typeNoProduct category keyword (e.g. 西装 suits, 女装 womenswear, 牛仔 denim, 运动服 activewear, t-shirt, 衬衫 shirts)
verbose_hintsNoIf true, response includes _interpretation annotations explaining what the data means and _guidance on how to use it
data_confidenceNoData quality filter: verified / partially_verified / unverified
compliance_statusNoCompliance status filter: compliant / partially_compliant / non_compliant
min_quality_scoreNoMinimum quality score 1-10

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds valuable context beyond these: pagination behavior, return structure, data source (MRC Data), rate limiting (429 wait 60s), and specific error recovery strategies. This is substantive addition, though the core safety profile is already covered by annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is lengthy but well-organized using clear section headers (USE WHEN, WORKFLOW, EXAMPLES, ERRORS, AVOID, NOTE). Every sentence adds value; there is no fluff. While not concise in length, the structure makes it easy to scan. A slightly shorter version could achieve perfection, but the current structure is appropriate for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 12 parameters, no output schema, and a large sibling set, the description is remarkably complete. It covers entry conditions, detailed error handling with recovery steps, pagination, parameter interactions, and integration with other tools. The 'RETURNS' block also describes the response structure despite no formal output schema, filling that gap effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, the baseline is 3. The description adds value over the schema by providing examples of parameter combinations, clarifying product_type normalization via TYPO_MAP, giving province examples in both languages, and explaining the meaning of data_confidence and compliance_status. The examples demonstrate practical parameter usage, raising the score above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: searching verified Chinese apparel suppliers. It provides a large set of example user queries that cover various use cases, and explicitly contrasts with sibling tools like recommend_suppliers. The verb 'search' combined with specific resource 'suppliers' and context 'verified Chinese apparel' leaves no ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes an extensive 'USE WHEN' section with concrete user utterances, a 'WORKFLOW' section showing the primary entry point role, and an 'AVOID' section that explicitly calls out when NOT to use this tool (e.g., do not loop across provinces, use recommend_suppliers for ranked recommendations). Error handling and self-correction steps further guide appropriate usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, covering different aspects of the supply chain: market analysis, supplier search, cluster comparison, fabric lookup, cost estimation, compliance checking, discrepancy detection, and alternatives. No overlapping tool boundaries.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., analyze_market, check_compliance, compare_clusters, search_suppliers). The pattern is uniform across all 20 tools, making it predictable for an agent.

Tool Count5/5

20 tools is well-suited for a comprehensive supply chain data platform. Each tool addresses a specific need without being excessive, and the count allows for deep coverage of the domain.

Completeness5/5

The tool surface covers the full lifecycle: market research, supplier discovery, fabric search, cluster info, cost estimation, compliance, credibility, discrepancy detection, and alternatives. No obvious gaps for the stated purpose.

Resources