linkedin_reply_to_comment
Reply to a specific comment on a LinkedIn post. Provide post, zero-based comment index, and reply text; comment order comes from linkedin_get_post_comments.
Instructions
Reply to a specific comment on a post. Comments are addressed by zero-based index — call linkedin_get_post_comments first to see the order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post | Yes | Which post: a urn:li:activity:… URN, a bare numeric activity id, or a full linkedin.com/feed/update/… URL. All three are accepted. | |
| text | Yes | Reply text. | |
| commentIndex | Yes | Zero-based index of the comment, as returned by linkedin_get_post_comments. |