Schedule a Note
schedule_noteQueue Substack Notes for later publication. Because Substack lacks native Note scheduling, this tool stores your Note and publishes it automatically at your chosen time.
Instructions
Queue a Note to publish later. Substack has no native Note scheduling, so the queue is kept locally and this server publishes the Note when it comes due.
That means it only fires while this server is running. A Note scheduled for 9am publishes at 9am if your machine is awake with your MCP client open, and otherwise on the next start after that time, marked as published late. Nothing is dropped. For scheduling that does not depend on your laptop, run this server continuously over HTTP or in Docker.
Scheduling is not publishing, so this does not require a confirmation. The Note goes out publicly when it fires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The Note's text. | |
| publish_at | Yes | When to publish, as an ISO 8601 datetime, for example 2026-09-15T09:00:00Z. | |
| 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. |