feishu_doc_comments
Manage comments on Feishu/Lark cloud documents to review feedback, respond to queries, and track discussions. Add comments with text, user mentions, or links, reply to existing comments, and mark comments as resolved or reopened.
Instructions
【以用户身份】管理云文档评论。支持: (1) list - 获取评论列表(含完整回复); (2) list_replies - 获取指定评论的回复列表; (3) create - 添加全文评论(支持文本、@用户、超链接); (4) reply - 回复已有评论; (5) patch - 解决/恢复评论。支持 wiki token。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| file_token | Yes | 云文档token或wiki节点token(可从文档URL获取)。如果是wiki token,会自动转换为实际文档的obj_token | |
| file_type | Yes | 文档类型。wiki类型会自动解析为实际文档类型(docx/sheet/bitable等) | |
| is_whole | No | 是否只获取全文评论(action=list时可选) | |
| is_solved | No | 是否只获取已解决的评论(action=list时可选) | |
| page_size | No | 分页大小 | |
| page_token | No | 分页标记 | |
| elements | No | 评论内容元素数组(action=create/reply时必填)。支持text(纯文本)、mention(@用户)、link(超链接)三种类型 | |
| comment_id | No | 评论ID(action=list_replies/reply/patch时必填) | |
| is_solved_value | No | 解决状态:true=解决,false=恢复(action=patch时必填) | |
| user_id_type | No |