Reddit is a social news platform with user-driven communities (subreddits), offering content sharing, discussions, and viral marketing opportunities for brands
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Reddit connects with a single OAuth click - there is no token to paste. The first time an agent uses a Reddit action, FlyMyAI asks you to authorize your Reddit account. Approve it once and the connection is reused for every later run.
- Provider: Reddit
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
REDDIT_CREATE_REDDIT_POST | Creates a new text or link post on a specified, existing reddit subreddit, optionally applying a flair. | subreddit, title, flair_id, kind |
REDDIT_DELETE_REDDIT_COMMENT | Deletes a reddit comment, identified by its fullname id, if it was authored by the authenticated user. | id |
REDDIT_DELETE_REDDIT_POST | Permanently deletes a reddit post by its id, provided the authenticated user has deletion permissions for that post. | id |
REDDIT_EDIT_REDDIT_COMMENT_OR_POST | Edits the body text of the authenticated user's own existing comment or self-post on reddit; cannot edit link posts or titles. | thing_id, text |
REDDIT_GET_USER_FLAIR | Fetches the list of available link flairs (i.e., post flairs, not user flairs) for a given subreddit. | subreddit |
REDDIT_POST_REDDIT_COMMENT | Posts a comment on reddit, replying to an existing and accessible submission (post) or another comment. | thing_id, text |
REDDIT_RETRIEVE_POST_COMMENTS | Retrieves all comments for a reddit post given its article id (which must be for an existing, public post); nested replies within comments are returned as raw dictionaries requiring parsing. | article |
REDDIT_RETRIEVE_REDDIT_POST | Retrieves the current hot posts from a specified, publicly accessible subreddit. | subreddit |
REDDIT_RETRIEVE_SPECIFIC_COMMENT | Retrieves detailed information for a specific reddit comment or post using its fullname. | id |
REDDIT_SEARCH_ACROSS_SUBREDDITS | Searches reddit for content (e.g., posts, comments) using a query, with results typically confined to subreddits unless 'restrict sr' is set to false. | search_query |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Reddit!