write_post
Create and publish a new post on Velog by providing title and markdown content, with optional tags, custom slug, series, thumbnail, and private mode.
Instructions
Create a new post on Velog (requires authentication)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Post body (markdown) | |
| tags | No | Tags for the post | |
| title | Yes | Post title | |
| url_slug | No | Custom URL slug | |
| series_id | No | Series ID to add the post to | |
| thumbnail | No | Thumbnail image URL | |
| is_private | No | Whether the post is private |