工具 API

save_comment

在Linear问题上创建或更新评论。如果提供`id`,则更新现有评论;否则创建新评论。创建时需要`issueId`和`body`。

devOAuth1 积分

调用信息

工具标识
linear.save_comment
服务提供方
Linear
平均响应
0 ms
近 7 天调用
0

输入参数

id

Comment ID. If provided, updates the existing comment

issueId

Issue ID or identifier (e.g., LIN-123) (required when creating)

parentId

Parent comment ID (for replies, only when creating)

body必填

Content as Markdown. Do not escape the string — use literal newlines and special characters, not escape sequences