publish_note
Publish a new top-level Substack Note. Set dry_run=false to post; idempotent prevents duplicates.
Instructions
WRITE. Publish a new top-level Note (short-form post). Defaults to dry_run=true (no network write); set dry_run=false to actually post. Idempotent via dedup hash on body. For a reply to an existing note use reply_to_note. For long-form posts, use Substack's editor (not exposed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| dry_run | No |