action linear_create_comment { label: "commentCreate" description: "Creates a new comment." provider: linear method: POST path: "/graphql" encoding: json scopes: ["write"] document: "mutation mutation_commentCreate($input: CommentCreateInput!) {\n commentCreate(input: $input) { comment { archivedAt body bodyData createdAt documentContentId editedAt hideInLinear id initiativeId initiativeUpdateId isArtificialAgentSessionRoot issueId parentId projectId projectUpdateId quotedText reactionData resolvedAt resolvingCommentId threadSummary updatedAt url } lastSyncId success }\n}" }