kb_search
Search cataloged knowledge documents using keyword, tags, collection, time, and quality filters. Get a summarized list of matching documents to locate relevant references without retrieving full text.
Instructions
【知识检索·万能口】在已编目文档中按关键词/标签/集合/时间/质量筛选。
【硬约束】keyword / tag_names / tag_ids / collection / created_from / created_to / is_digested=true / is_hot=true / has_fulltext 至少传一个,否则报 MISSING_FILTER。 【与 kb_get_doc 的区别】本工具只返回列表与截断摘要,不返回全文。 【参数从哪来】标签名优先来自 kb_list_tags;doc_id 从本工具 items[i].doc_id 取,禁止猜。 【display_mode】compact=80 字 / brief=220 字(默认)/ full=400 字(仍截断)。 【collection】sop / replay / training / talk / internal。 【飞书空洞】completeness=feishu_stub_only 或 has_fulltext=false 表示本地没有全文, 不得当成「文档不存在」。需要正文时再调 kb_get_doc,它会明确拒答。 【何时不用】只要某一篇的章节或正文 → kb_get_outline / kb_get_doc。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_hot | No | ||
| keyword | No | ||
| tag_ids | No | ||
| tag_mode | No | any | |
| page_size | No | ||
| tag_names | No | ||
| collection | No | ||
| created_to | No | ||
| page_index | No | ||
| is_digested | No | ||
| created_from | No | ||
| display_mode | No | brief | |
| has_fulltext | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||