get_reader_feed
Fetch the Substack reader feed for your account. Select a tab (for-you or subscribed), set pagination cursor, and optionally list available feed tabs.
Instructions
Read the Substack Notes feed: Notes and posts surfaced to this account. Pick the feed with tab ('for-you' or 'subscribed'), and set include_tabs to discover the ids available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | Which feed to read, by tab **id** — 'for-you' (default) or 'subscribed'. Set include_tabs to see the ids available. Use the id, never the display name: the names are localized. | for-you |
| limit | No | How many entries to return. 1–50, defaults to 20. | |
| cursor | No | Resume from an earlier page: pass the `next_cursor` from a previous response. | |
| include_tabs | No | Also return the list of available feed tabs, with their ids. Defaults to false. |