Tools
Name & Description | Type |
---|---|
REDDIT_EDIT_REDDIT_COMMENT_OR_POSTEdits the body text of the authenticated user's own existing comment or self-post on Reddit; cannot edit link posts or titles. | action |
REDDIT_CREATE_REDDIT_POSTCreates a new text or link post on a specified, existing Reddit subReddit, optionally applying a flair. | action |
REDDIT_DELETE_REDDIT_COMMENTDeletes a Reddit comment, identified by its fullname id, if it was authored by the authenticated user. | action |
REDDIT_DELETE_REDDIT_POSTPermanently deletes a Reddit post by its id, provided the authenticated user has deletion permissions for that post. | action |
REDDIT_GET_USER_FLAIRFetches the list of available link flairs (i. | action |
REDDIT_POST_REDDIT_COMMENTPosts a comment on Reddit, replying to an existing and accessible submission (post) or another comment. | action |
REDDIT_RETRIEVE_POST_COMMENTSRetrieves 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. | action |
REDDIT_RETRIEVE_REDDIT_POSTRetrieves the current hot posts from a specified, publicly accessible subReddit. | action |
REDDIT_RETRIEVE_SPECIFIC_COMMENTRetrieves detailed information for a specific Reddit comment or post using its fullname. | action |
REDDIT_SEARCH_ACROSS_SUBREDDITSSearches Reddit for content (e. | action |