工具 API
save_ comment
在Linear问题上创建或更新评论。如果提供`id`,则更新现有评论;否则创建新评论。创建时需要`issueId`和`body`。
devOAuth1 积分
调用信息
- 工具标识
- linear.save_comment
- 服务提供方
- Linear
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
idComment ID. If provided, updates the existing comment
issueIdIssue ID or identifier (e.g., LIN-123) (required when creating)
parentIdParent 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