---
document_id: agent.dataset.tmall.task.shop_name_performance
schema_version: 1
---

<!-- Generated by scripts.build_agent_guide; do not edit. -->

# Shop performance by name / 按店铺名查询销售表现

Resolve one spoken shop name and query its monthly atomic metrics.

对齐一个口语店铺名并查询月度原子指标。

## Required inputs / 必要输入

- `shop` — `search_values`; required (`shop`): Spoken or exact shop name
  口语或精确店铺名
- `time` — `user_required`; required: Analysis time range
  分析时间范围

## Steps / 步骤

1. `resolve_shop` · `search_values` — Resolve the spoken shop name.
   对齐用户口语中的店铺名。
   - search `shop` with `${shop}`
2. `query_trend` · `query_metrics` — Query shop metrics grouped by month.
   按月查询店铺销售指标。
   - metrics: `gmv`, `units`, `asp`
   - group_by: `shop`, `month`
   - filters: `shop eq ${shop}`
   - time: `${time}`

## Output requirements / 输出要求

- Present the resolved shop name and month-by-month trend with metric definitions.
  展示已对齐店铺名、逐月趋势和指标口径。

## Limitations / 限制

- Do not infer traffic, inventory, or operational causes.
  不推断流量、库存或经营原因。

## Stop conditions / 停止条件

- Stop and ask when the shop-name match is ambiguous.
  店铺名匹配有歧义时停止并追问。
