find_series_parts
Identify the complete series of parts for a given workshop item. Combines dependency analysis, author item lookup, and naming patterns to list all related parts.
Instructions
识别一张图所属的完整系列(所有 Part)。
融合三路信号:①正向依赖(required_items+children+description) ②反向查询作者全部物品(/user-files) ③命名模式识别。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aggressive | No | 命名像系列但 API 查不到关系时是否按 base_name 自动归类(默认 True) | |
| workshop_id | Yes | 工坊物品 ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||