Shop performance
Query monthly atomic metrics for one exact JD shop ID or standard URL.
Document ID:
agent.dataset.jd.task.shop_performanceAuthenticated runtime tools and each query response are authoritative for tenant scope and current data coverage.
This is an MCP query composition, not a complete business report; see Research Methods in the Agent Docs for complete workflows.
Required inputs
shop_referenceRequired · exact_referenceExact JD shop ID or standard URL
shop_idtimeRequired · user_requiredAnalysis time range
Execution steps
- 1
query_trend · query_metricsQuery shop metrics grouped by month.
Request contract
metrics: gmv, units, aspgroup_by: shop_id, shop_url, monthfilter: shop_id eq $shop_referencetime: $time
Call example
Replace example values with exact user inputs or platform values returned by search_values.
query_metrics{
"dataset": "jd",
"filters": [
{
"field": "shop_id",
"op": "eq",
"value": "https://mall.jd.com/index-1000000001.html"
}
],
"group_by": [
"shop_id",
"shop_url",
"month"
],
"metrics": [
"gmv",
"units",
"asp"
],
"task_query": "使用 jd 数据执行店铺销售表现;shop_reference=https://mall.jd.com/index-1000000001.html,time={\"last_complete_months\":3}",
"time": {
"last_complete_months": 3
}
}Output policy
- Present a month-by-month trend with metric definitions.
Stop conditions
- Stop and request an exact shop ID or standard URL when normalization fails.
Limitations
- Do not infer traffic, inventory, or operational causes.