Read, publish, edit, delete, report, and monitor Reddit community posts and comments.
Tools
| Name | Description |
|---|---|
list_subreddit_postsList posts from a subreddit. | List posts from a subreddit. |
search_subredditSearch posts in a subreddit. | Search posts in a subreddit. |
get_post_detailsGet a Reddit post and its comments by post ID. | Get a Reddit post and its comments by post ID. |
create_text_postSubmit a self/text post to a subreddit. | Submit a self/text post to a subreddit. |
create_link_postSubmit a link post to a subreddit. | Submit a link post to a subreddit. |
create_commentComment on a Reddit post or reply to a comment by exact thing ID. | Comment on a Reddit post or reply to a comment by exact thing ID. |
edit_thingEdit a Reddit text post or comment by exact thing ID. | Edit a Reddit text post or comment by exact thing ID. |
delete_thingDelete a Reddit post or comment by exact thing ID. | Delete a Reddit post or comment by exact thing ID. |
report_thingReport a Reddit post or comment by exact thing ID. | Report a Reddit post or comment by exact thing ID. |
Triggers
| Name | Description |
|---|---|
new_subreddit_postTriggers when a new post appears in a subreddit. | Triggers when a new post appears in a subreddit. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('reddit', 'list_subreddit_posts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'reddit',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Reddit to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Reddit support?
Reddit supports 9 tools including List Subreddit Posts, Search Subreddit, Get Post Details, Create Text Post, Create Link Post, and more.
Can I use Reddit with AI agents?
Yes. Add Reddit to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Reddit to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Reddit as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Reddit tools exposed by that workspace.
Does Reddit work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Reddit work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Reddit?
Reddit exposes 9 tools, including List Subreddit Posts, Search Subreddit, Get Post Details, Create Text Post, Create Link Post, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Reddit be used in stateful agent workflows?
Yes. Agents can combine Reddit tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Reddit use?
Reddit uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Reddit integration cost?
The Reddit integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Reddit support?
Reddit supports 1 triggers including New Subreddit Post.
Connect Reddit in minutes
Get 20,000 free action executions every month. No credit card required.