Skip to main content
Glama

reddit-mcp-server

search_reddit

Search for posts on Reddit using keywords, filter by subreddit, sort by relevance or time, and specify content type to find specific discussions.

Instructions

Search for posts on Reddit

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
queryYesThe search query
sortNoSort order: relevance, hot, top, new, commentsrelevance
subredditNoSearch within a specific subreddit (optional)
time_filterNoTime filter: hour, day, week, month, year, allall
typeNoType of content: link (posts), sr (subreddits), user (users)link

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of results to return", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "The search query", "type": "string" }, "sort": { "default": "relevance", "description": "Sort order: relevance, hot, top, new, comments", "enum": [ "relevance", "hot", "top", "new", "comments" ], "type": "string" }, "subreddit": { "description": "Search within a specific subreddit (optional)", "type": "string" }, "time_filter": { "default": "all", "description": "Time filter: hour, day, week, month, year, all", "enum": [ "hour", "day", "week", "month", "year", "all" ], "type": "string" }, "type": { "default": "link", "description": "Type of content: link (posts), sr (subreddits), user (users)", "enum": [ "link", "sr", "user" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jordanburke/reddit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server