velog_draft_post
Save draft posts to Velog for user review before publishing. Store title, body, tags, and privacy settings in session memory and return a draft_id for content management.
Instructions
Velog 포스트 초안을 세션 메모리에 저장합니다. 발행 전 사용자가 검토할 수 있도록 draft_id를 반환합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 포스트 제목 | |
| body | Yes | 마크다운 본문 | |
| tags | No | 태그 목록 | |
| is_private | No | 비공개 여부 (기본값: false) | |
| short_description | No | 포스트 요약 |