create_draft
Create a new Substack draft post from markdown. Converts content to Substack format without publishing.
Instructions
Create a new draft post. Accepts markdown body which is converted to Substack's format. Does NOT publish — creates a draft only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Post body in markdown format | |
| title | Yes | Post title | |
| audience | No | Who can see this post | everyone |
| subtitle | No | Post subtitle | |
| allow_unsupported | No | Acknowledge conversion diagnostics and retain unsupported Markdown literally in this private draft |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| message | Yes | ||
| unsupported_nodes | Yes |