get_user_posts
Retrieve a list of posts published by a specific Velog user. Supports pagination with cursor and adjustable post limits.
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 |