write_post
Create and publish a new post on Velog with markdown content. Supports tags, custom slug, series assignment, and private visibility. Requires authentication.
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 | |
| is_private | No | Whether the post is private |