Skip to main content
Glama

HDW MCP Server

search_reddit_posts

Search Reddit posts using keywords, sort by relevance or time, and filter results by date range to find specific discussions and content.

Instructions

Search for Reddit posts with various filters

Input Schema

NameRequiredDescriptionDefault
countYesMax result count
queryYesMain search query
sortNoType of search results sortingrelevance
time_filterNoTime filter for search resultsall
timeoutNoMax scrapping execution timeout (in seconds)

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Max result count", "type": "number" }, "query": { "description": "Main search query", "type": "string" }, "sort": { "default": "relevance", "description": "Type of search results sorting", "enum": [ "relevance", "hot", "top", "new", "comments" ], "type": "string" }, "time_filter": { "default": "all", "description": "Time filter for search results", "enum": [ "all", "year", "month", "week", "day", "hour" ], "type": "string" }, "timeout": { "default": 300, "description": "Max scrapping execution timeout (in seconds)", "maximum": 1500, "minimum": 20, "type": "number" } }, "required": [ "query", "count" ], "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/horizondatawave/hdw-mcp-server'

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