Read a post
read_postFetch full Substack post content as Markdown, with support for paid posts when accessible and paging through longer articles.
Instructions
Read the full content of a Substack post as Markdown. Paid posts are returned in full when the logged-in account has access. Long posts are paged: pass start from the previous response to continue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Post URL (any Substack link format, including substack.com/home/post/p-123) or numeric post id. | |
| start | No | Character offset into the body, for paging. | |
| format | No | markdown | |
| max_chars | No |