Skip to main content
Glama

Substack MCP Server

create_note_with_link

Create a Substack note with attached URL to share links and content in your publication. Add text content and a web link to publish informative notes.

Instructions

Create a new Substack note with a link attachment

Input Schema

NameRequiredDescriptionDefault
textYesThe text content of the note
linkYesURL to attach to the note

Input Schema (JSON Schema)

{ "properties": { "link": { "description": "URL to attach to the note", "type": "string" }, "text": { "description": "The text content of the note", "type": "string" } }, "required": [ "text", "link" ], "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