linkedin_get_feed
Retrieve LinkedIn feed posts using an access token. Supports pagination with start position and count limits.
Instructions
📰 Get LinkedIn feed/timeline posts
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) |