reddit_list_posts
List saved Reddit posts from the rewrite workflow. Use cursor pagination to access post content, metadata, and output details like word count and subreddit.
Instructions
List saved Reddit posts (outputs of reddit_rewrite). Cursor-paginated. Returns { posts: [{ id, platform, content, outputData, sessionId, voiceId, createdAt }], nextCursor }. outputData contains: redditTitle, body, notes, wordCount, angle, length, subreddit, variationIndex. Flow step 4 of 4: pool → suggest → rewrite → LIST_POSTS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 20, max 50) | |
| cursor | No | Pagination cursor from a previous page | |
| brandId | No | Brand ID (defaults to active brand) |