interact_with_post
Perform actions on a LinkedIn post using its URL: read the content, like it, or add a comment. Choose the desired interaction and provide comment text when needed.
Instructions
Interact with a specific LinkedIn post (read, like, comment).
Args: post_url: The URL of the LinkedIn post to interact with. action: Strategy to apply: 'read', 'like', or 'comment'. Default is 'read'. comment: The text to post if action is 'comment'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | read | |
| comment | No | ||
| post_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |