Skip to main content
Glama

Reddit MCP Server

get_comments_by_submission

Retrieve comments from a Reddit submission by providing the submission ID to access discussion threads and user responses.

Instructions

Accéder aux commentaires d'une soumission

Input Schema

NameRequiredDescriptionDefault
limitNoNombre de commentaires à récupérer
submission_idYesL'ID de la soumission

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Nombre de commentaires à récupérer", "type": "integer" }, "submission_id": { "description": "L'ID de la soumission", "type": "string" } }, "required": [ "submission_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/samy-clivolt/reddit-mcp-server'

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