create_draft
Creates a new Substack draft post from markdown content, supporting title, subtitle, and audience targeting. Drafts remain unpublished, allowing review before any publication step.
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 |