벨로그 글 목록
velog_list_postsRetrieve a list of Velog posts from a user, ordered by latest. Optionally filter by tag, limit, cursor, or view only drafts (requires authentication). Uses default username if not specified.
Instructions
벨로그 글 목록을 최신순으로 가져옵니다. username 을 생략하면 VELOG_USERNAME 을 씁니다. drafts_only=True 로 내 임시저장 글만 볼 수 있습니다(인증 필요).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | 특정 태그로 필터 | |
| limit | No | 가져올 개수 | |
| cursor | No | 이어서 가져올 기준이 되는 글 UUID | |
| username | No | 벨로그 계정명(@ 제외) | |
| drafts_only | No | 임시저장 글만 조회 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||