Skip to main content
Glama

Reddit MCP Server

by tandat8503

get_cross_posts

Identify crossposts of a Reddit post by providing its post_id. Returns a detailed list of crossposts with title, author, subreddit, score, and direct links.

Instructions

🔄 Find crossposts of a Reddit post 🎯 What it does: Finds posts that were cross-posted from the original post 📝 Required: post_id (Reddit post ID to find crossposts for) 💡 Examples: • Find crossposts: {"post_id": "1n1nlse"} • Check shares: {"post_id": "1abc123"} 🔍 Output: List of crossposts with title, author, subreddit, score, and Reddit link

Input Schema

NameRequiredDescriptionDefault
post_idYesReddit post ID to find crossposts for

Input Schema (JSON Schema)

{ "properties": { "post_id": { "description": "Reddit post ID to find crossposts for", "type": "string" } }, "required": [ "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/tandat8503/mcp-reddit'

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