Get Database Stats
get_statsRetrieve live database statistics including total counts of suppliers, fabrics, clusters, and links to assess data scale and coverage for Chinese fashion supply chain intelligence.
Instructions
Get overall database statistics: total counts of suppliers, fabrics, clusters, and links.
USE WHEN user asks: "how big is your database", "what's the coverage", "data overview", "get_stats".
WORKFLOW: Standalone discovery tool — call this first when a user asks about data scale or freshness. For static metadata (geographic scope, top provinces, data standards), use the database-overview resource (mrc://overview) instead. For per-product distribution, use get_product_categories or get_province_distribution. RETURNS: { database, generated_at, tables: { suppliers: { total, by_confidence, last_updated }, fabrics: {...}, clusters: {...}, supplier_fabrics: { total } } } NOTE: Only reports verified + partially_verified records. Unverified reserve data is excluded from counts. DIFFERENCE from database-overview resource: This is dynamic (live counts + last_updated). The resource is static (geographic scope, data standards).
中文:获取数据库整体统计(供应商总数、面料总数、产业带总数、关联记录数)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||