linkedin_get_post_comments
Fetch comments from a specified LinkedIn post, returning them in order with an index that enables direct reply.
Instructions
Read the comments on a post, in order. The returned index of each comment is what linkedin_reply_to_comment expects.
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. | |
| limit | No | How many comments to read. Defaults to 25. |