Publish a Note
publish_notePublish a Substack Note instantly as a public post. Requires explicit confirmation before sending, and supports markdown formatting for bold, italic, and links.
Instructions
Publish a Substack Note. Notes have no draft state, so this is live and public the moment it runs, with no preview and no undo from this server. Refuses to run without confirm: true. Supports bold, italic and links through markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The Note's text. Markdown for bold, italic and links. | |
| confirm | No | Must be true for this to run. This action cannot be undone, so it is refused without an explicit confirmation. | |
| publication | No | Which connected publication to act on, matched loosely against its hostname (for example 'example.substack.com' or just 'example'). Defaults to the first connected publication. |