linkedin_get_user_posts
Get a paginated list of your LinkedIn posts. Control the number of posts and starting position to browse through your content.
Instructions
📖 Get user's own posts with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessToken | Yes | LinkedIn access token | |
| count | No | Number of posts to retrieve (default: 10, max: 50) | |
| start | No | Start position for pagination (default: 0) |