Skip to main content
Glama

Beehiiv MCP Server

by reymerekar7

create_new_post

Publish a new blog post on Beehiiv by providing a publication ID, title, subtitle, and HTML content. Simplifies content creation through structured inputs.

Instructions

Create a new post using provided HTML content. Args: publication_id: ID of the publication title: Title of the new post subtitle: Subtitle of the new post html_content: HTML content for the post

Input Schema

NameRequiredDescriptionDefault
html_contentYes
publication_idYes
subtitleYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "html_content": { "title": "Html Content", "type": "string" }, "publication_id": { "title": "Publication Id", "type": "string" }, "subtitle": { "title": "Subtitle", "type": "string" }, "title": { "title": "Title", "type": "string" } }, "required": [ "publication_id", "title", "subtitle", "html_content" ], "title": "create_new_postArguments", "type": "object" }

Other Tools from Beehiiv MCP Server

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/reymerekar7/beehiiv-mcp-server'

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