linkedin_get_post_comments
Retrieve comments from a LinkedIn post using its post ID, with options for count and pagination.
Instructions
💬 Get comments on a specific post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessToken | Yes | LinkedIn access token | |
| postId | Yes | LinkedIn post/share ID | |
| count | No | Number of comments to retrieve (default: 10, max: 50) | |
| start | No | Start position for pagination (default: 0) |