Skip to main content
Glama

Reddit Buddy MCP

by karanb192

search_reddit

Find Reddit posts by keywords, subreddits, or filters to gather insights and information from discussions across the platform.

Instructions

Search for posts across Reddit or specific subreddits. Returns matching posts with content and metadata.

Input Schema

NameRequiredDescriptionDefault
authorNoFilter by specific username (e.g., "spez")
flairNoFilter by post flair/tag (e.g., "Discussion", "News")
limitNoNumber of results (1-100, default: 25)
queryYesSearch terms (e.g., "machine learning", "climate change")
sortNoResult ordering: "relevance" (best match), "hot", "top", "new", "comments" (most discussed)
subredditsNoList of subreddits to search in. Leave empty to search all of Reddit (e.g., ["science", "technology"])
timeNoTime range filter: "hour", "day", "week", "month", "year", "all"

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Filter by specific username (e.g., \"spez\")", "type": "string" }, "flair": { "description": "Filter by post flair/tag (e.g., \"Discussion\", \"News\")", "type": "string" }, "limit": { "description": "Number of results (1-100, default: 25)", "type": "number" }, "query": { "description": "Search terms (e.g., \"machine learning\", \"climate change\")", "type": "string" }, "sort": { "description": "Result ordering: \"relevance\" (best match), \"hot\", \"top\", \"new\", \"comments\" (most discussed)", "enum": [ "relevance", "hot", "top", "new", "comments" ], "type": "string" }, "subreddits": { "description": "List of subreddits to search in. Leave empty to search all of Reddit (e.g., [\"science\", \"technology\"])", "items": { "type": "string" }, "type": "array" }, "time": { "description": "Time range filter: \"hour\", \"day\", \"week\", \"month\", \"year\", \"all\"", "enum": [ "hour", "day", "week", "month", "year", "all" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Reddit Buddy MCP

Related Tools

    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/karanb192/reddit-buddy-mcp'

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