reddit_suggest
Provide a blog post ID or title+text to get up to 8 best-fit subreddits with tailored posting angles, match score, buyer intent, and promotion tips for planning native Reddit posts.
Instructions
Given a brand's content (a blog post by id, or pasted title+text), return up to 8 best-fit subreddits from the brand's pool, each with 2-3 distinct posting angles (angle type + tailored title + framing hook), plus promotion mode, buyer intent, match score, and the key rule to watch. Use an angle's title/hook to then draft a native post via reddit_rewrite. short {subreddit,match_score,promotion_mode,buyer_intent,angle} (angle = first angle only); medium adds reason,rule_to_watch,angles (all angles); full = raw. Synchronous, 0 credits. Requires the brand pool to exist — call reddit_generate_pool first if it doesn't. Flow step 2 of 4: pool → SUGGEST → rewrite → list_posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Content title (required when not passing postId) | |
| detail | No | Verbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "medium". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | medium |
| postId | No | BlogArticle ID to suggest for (use this OR title+content) | |
| brandId | No | Brand ID (defaults to active brand) | |
| content | No | Content body (optional; used with title when not passing postId) |