create_post
Create a new post in a specified subreddit with a title and content, supporting both text and link submissions.
Instructions
Create a new post in a subreddit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content of the post (text for self posts, URL for link posts) | |
| is_self | No | Whether this is a self (text) post (true) or link post (false) | |
| subreddit | Yes | Name of the subreddit to post in | |
| title | Yes | Title of the post |