Skip to main content
Glama

mcp-spacefrontiers

Official

reddit_search

Search Reddit posts using a free-text query. Apply optional filters like subreddits, date ranges, and limit results to refine your search. Use for targeted Reddit content discovery.

Instructions

Query-based search over Reddit posts.

When to use:

  • Use when a free-text query is provided (e.g., "search Reddit for X").

  • Optional filters: subreddits (accepts names with or without leading r/), start_date, end_date.

  • For "recent posts from Reddit" without a query, use get_recent_posts_from_reddit.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
limitNoApproximate number of Reddit submissions to return
queryYesFree-text query to match in Reddit posts
start_dateNo
subredditsNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "anyOf": [ { "format": "date", "type": "string" }, { "type": "null" } ], "description": "ISO date (YYYY-MM-DD). Include posts up to and including this date" }, { "type": "null" } ], "default": null, "title": "End Date" }, "limit": { "default": 50, "description": "Approximate number of Reddit submissions to return", "maximum": 100, "minimum": 1, "title": "Limit", "type": "integer" }, "query": { "description": "Free-text query to match in Reddit posts", "title": "Query", "type": "string" }, "start_date": { "anyOf": [ { "anyOf": [ { "format": "date", "type": "string" }, { "type": "null" } ], "description": "ISO date (YYYY-MM-DD). Include posts on/after this date" }, { "type": "null" } ], "default": null, "title": "Start Date" }, "subreddits": { "anyOf": [ { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "description": "List of subreddit names (with or without leading r/)" }, { "type": "null" } ], "default": null, "title": "Subreddits" } }, "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/SpaceFrontiers/mcp'

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