get_user_posts
Fetch posts published by a specific Velog user. Paginate through their articles using limit and cursor parameters.
Instructions
Get a list of posts by a Velog user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to fetch | |
| cursor | No | Cursor for pagination (post ID) | |
| username | Yes | Velog username |