搜索飞书云文档
search_feishu_docsSearch Feishu cloud docs by keyword, returning titles, types, URLs, and update times. Filter by document type, owner, or title to locate accessible files.
Instructions
按关键词搜索我有权限的飞书云空间对象(文档/电子表格/多维表格/知识库文档等),返回标题、类型、URL、更新时间。关键词最长 30 个字符。拿到 URL/token 后可用 read_feishu_doc 等工具进一步读写。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mine | No | 只搜我担任所有者的对象 | |
| sort | No | 排序 | |
| query | Yes | 搜索关键词(≤30 字符),支持高级语法:intitle:标题 '精确短语' A OR B -排除词 | |
| doc_types | No | 按类型过滤(可多选) | |
| page_size | No | 每页条数(1-20) | |
| only_title | No | 只在标题中匹配 | |
| page_token | No | 上一页返回的翻页 token | |
| created_by_me | No | 只搜我创建的对象 |