Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
file_tokenYes云文档token或wiki节点token(可从文档URL获取)。如果是wiki token,会自动转换为实际文档的obj_token
file_typeYes文档类型。wiki类型会自动解析为实际文档类型(docx/sheet/bitable等)
is_wholeNo是否只获取全文评论(action=list时可选)
is_solvedNo是否只获取已解决的评论(action=list时可选)
page_sizeNo分页大小
page_tokenNo分页标记
elementsNo评论内容元素数组(action=create/reply时必填)。支持text(纯文本)、mention(@用户)、link(超链接)三种类型
comment_idNo评论ID(action=list_replies/reply/patch时必填)
is_solved_valueNo解决状态:true=解决,false=恢复(action=patch时必填)
user_id_typeNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It discloses that actions include read operations (list, list_replies) and write operations (create, reply, patch), and mentions wiki token support. However, it doesn't cover important behavioral aspects like authentication requirements, rate limits, error conditions, or what the return values look like for each action type.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured with a clear opening statement followed by enumerated actions. Every sentence earns its place by explaining capabilities. It could be slightly more front-loaded with the core purpose, but overall it's well-organized without wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex tool with 11 parameters, no annotations, and no output schema, the description provides adequate but incomplete coverage. It explains the five action types and wiki token support, but doesn't address return values, error handling, or detailed behavioral expectations for each action. Given the complexity, more comprehensive guidance would be helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is high (82%), so the baseline is 3. The description adds some value by explaining that actions include list, create, reply, and patch operations, and mentions wiki token support. However, it doesn't provide additional parameter semantics beyond what's already well-documented in the schema descriptions for most parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: '管理云文档评论' (manage cloud document comments) with specific verbs for each action (list, create, reply, patch). It distinguishes itself from siblings like feishu_task_comment by focusing on document comments rather than task comments, and from feishu_doc_media by handling comments rather than media.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use each action (list, create, reply, patch) and mentions support for wiki tokens. However, it doesn't explicitly state when NOT to use this tool versus alternatives like feishu_task_comment or provide explicit sibling tool comparisons beyond the action differentiation within the tool itself.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WilliamMo101/lark-hermes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server