Skip to main content
Glama

Substack MCP Server

get_post

Retrieve complete content from any Substack post using its unique identifier to access full articles and detailed information.

Instructions

Get a specific Substack post by ID with full content

Input Schema

NameRequiredDescriptionDefault
post_idYesThe ID of the post to retrieve

Input Schema (JSON Schema)

{ "properties": { "post_id": { "description": "The ID of the post to retrieve", "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