get_feed
Retrieve posts from your Substack reader feed with options for personalized recommendations, subscriptions, or topic categories.
Instructions
Read-only. Pull items from the reader feed you'd see in the Substack app/home. Pass tab='for-you' (personalized recommendations, default), 'subscribed' (only publications you've subscribed to), or 'category-{slug}' for a topic feed (e.g. 'category-tech', 'category-finance', 'category-politics'). Returns a list of {post_id, title, pub, byline, snippet, published_at}. For a single publication's chronological list use list_posts; for keyword search use search_posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | for-you | |
| limit | No |