Skip to content

[FEATURE] Add comment_on_post tool #549

Description

@Tjfrazr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions