create_draft_post
Create a draft post on Substack by providing a title, subtitle, and body. Use plain text for paragraphs or Substack JSON document format for structured content.
Instructions
create a draft post on your Substack account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The body of the post. Plain text becomes one paragraph per line — Markdown is NOT interpreted, so `## Heading` would appear literally. A JSON string of a Substack document also works and is validated against the same schema set_post_body publishes; an unrecognised node name is an error rather than a mangled post. For structured content prefer set_post_body, where that schema is published and the node vocabulary is visible. | |
| title | Yes | The title of the post to be created. | |
| subtitle | Yes | The subtitle of the post to be created. |