Tools reference
Content writer tools
Generate contextual Reddit content ideas grounded in real discussions.
generate_content_topics
content:writeuses quotaQueue the AI content writer to generate contextual Reddit content ideas for a subreddit and intent, grounded in real recent discussions. Consumes your content-writer quota; runs asynchronously (poll with get_content_topics).
| Parameter | Type | Required | Description |
|---|---|---|---|
| subreddit | yes | Subreddit to mine (with or without r/) | |
| intent | yes | What you want to write about / your goal (min 10 chars) | |
| time_window_input | yes | How far back to look (e.g. 'past week', 'past month') | |
| name | yes | Optional name for this request | |
| ignore_keywords | yes | Keywords to exclude (max 50) |
Try: Generate content ideas for r/Entrepreneur about bootstrapping a SaaS.
get_content_topics
content:writeGet generated topic suggestions for one of your content-writer requests (poll after generate_content_topics).
| Parameter | Type | Required | Description |
|---|---|---|---|
| request_id | yes | The content-writer request (topic_request_id) | |
| limit | yes | Max suggestions |
Try: Show the content ideas from my last content-writer request.