get_comment
Retrieve comments from Linear issues to track discussions and updates. Use this tool to access comment history and maintain project context.
Instructions
A tool that gets comments from an issue in Linear
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issueId | Yes | The ID of the issue to get comments from |
Input Schema (JSON Schema)
{
"properties": {
"issueId": {
"description": "The ID of the issue to get comments from",
"type": "string"
}
},
"required": [
"issueId"
],
"type": "object"
}