search_campaigns
Search L4D2 workshop for campaign maps with keyword and time filters; automatically filters blacklists/duplicates and returns high-confidence results, with optional ambiguous matches.
Instructions
在工坊中搜索战役地图,用 phase2 多因子规则预筛, 自动过滤黑名单和 active 去重。
默认只返回 score≥3 的高可信结果。模棱两可的(score 1-2,可能是 mod) 默认不返回;如需查看,设 include_ambiguous=True。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | 时间范围 1/7/30/90/180/365/-1(默认 -1 = 所有时间) | |
| sort | No | 排序 trend/new/relevance | trend |
| limit | No | 返回条数上限(默认 10,最大 30) | |
| keyword | No | 搜索关键词(空字符串表示不限定) | |
| include_ambiguous | No | 是否返回 score=1-2 的模糊判定结果(默认 False)。 开启后每条会带 likely_mod 提示,便于 LLM/用户决策。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||