posts_create
Create and publish documentation articles on esa.io with Markdown formatting, tags, categories, and version control.
Instructions
Create a new post on esa.io
Args: name: Post title body_md: Post body in Markdown format tags: List of tags for the post category: Category path (e.g., 'foo/bar') wip: Whether the post is Work In Progress (default: true) message: Commit message for the post
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| body_md | Yes | ||
| tags | No | List of tags for the post | |
| category | No | Category path (e.g., 'foo/bar') | |
| wip | No | Whether the post is Work In Progress (default: true) | |
| message | No | Commit message for the post |