Skip to main content
Glama

Substack MCP Server

get_post_comments

Retrieve comments from Substack posts by specifying the post ID to analyze reader engagement and feedback.

Instructions

Get comments for a specific Substack post

Input Schema

NameRequiredDescriptionDefault
post_idYesThe ID of the post
limitNoNumber of comments to retrieve (default: 20)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of comments to retrieve (default: 20)", "type": "number" }, "post_id": { "description": "The ID of the post", "type": "number" } }, "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/danielsimonjr/substack-mcp'

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