Feature Description
Add a comment_on_post tool that allows posting a comment on a LinkedIn feed post given its URL or URN.
Use Case
When scrolling the feed via get_feed, the returned references.feed entries include post URLs. There is currently no way to interact with those posts beyond viewing them — no comment, no react, no reply. A comment_on_post tool would close the most common engagement loop: read feed → comment on a post.
Suggested Approach
- Tool name:
comment_on_post
- Parameters:
post_url (the LinkedIn post URL or URN) and comment_text
- Navigate to the post URL, find the comment input, type the comment, and submit
- Return the comment URL or a success confirmation
- Follow the existing write-tool pattern used by
create_post
Feature Description
Add a
comment_on_posttool that allows posting a comment on a LinkedIn feed post given its URL or URN.Use Case
When scrolling the feed via
get_feed, the returnedreferences.feedentries include post URLs. There is currently no way to interact with those posts beyond viewing them — no comment, no react, no reply. Acomment_on_posttool would close the most common engagement loop: read feed → comment on a post.Suggested Approach
comment_on_postpost_url(the LinkedIn post URL or URN) andcomment_textcreate_post