Skip to main content
Glama

mcp-reddit

by adhikasp

fetch_reddit_post_content

Retrieve detailed Reddit post content, including comments, by specifying the post ID. Control the number of top-level comments and the depth of the comment tree for structured insights.

Instructions

Fetch detailed content of a specific post

Args: post_id: Reddit post ID comment_limit: Number of top level comments to fetch comment_depth: Maximum depth of comment tree to traverse

Returns: Human readable string containing post content and comments tree

Input Schema

NameRequiredDescriptionDefault
comment_depthNo
comment_limitNo
post_idYes

Input Schema (JSON Schema)

{ "properties": { "comment_depth": { "default": 3, "title": "Comment Depth", "type": "integer" }, "comment_limit": { "default": 20, "title": "Comment Limit", "type": "integer" }, "post_id": { "title": "Post Id", "type": "string" } }, "required": [ "post_id" ], "title": "fetch_reddit_post_contentArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-reddit

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

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