feishu_task_comment
Add, view, or reply to comments on Feishu tasks to facilitate team communication and task tracking within the Lark-Hermes-MCP server.
Instructions
【以用户身份】飞书任务评论管理工具。当用户要求添加/查询任务评论、回复评论时使用。Actions: create(添加评论), list(列出任务的所有评论), get(获取单个评论详情)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| task_guid | No | 任务 GUID | |
| content | No | 评论内容(纯文本,最长 3000 字符) | |
| reply_to_comment_id | No | 要回复的评论 ID(用于回复评论) | |
| resource_id | No | 要获取评论的资源 ID(任务 GUID) | |
| direction | No | 排序方式(asc=从旧到新,desc=从新到旧,默认 asc) | |
| page_size | No | 每页数量,默认 50,最大 100 | |
| page_token | No | 分页标记 | |
| comment_id | No | 评论 ID |