Skip to main content
Glama

reddit-mcp-server

get_reddit_post

Fetch specific Reddit posts by providing the subreddit name and post ID to retrieve content and metadata.

Instructions

Get a Reddit post

Input Schema

NameRequiredDescriptionDefault
post_idYesThe ID of the post to fetch
subredditYesThe subreddit to fetch posts from

Input Schema (JSON Schema)

{ "properties": { "post_id": { "description": "The ID of the post to fetch", "type": "string" }, "subreddit": { "description": "The subreddit to fetch posts from", "type": "string" } }, "required": [ "subreddit", "post_id" ], "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