Skip to main content
Glama

Beehiiv MCP Server

by reymerekar7

get_post_content

Extract a post's content, including title, subtitle, and HTML template, as JSON for easy reuse. Specify the post and publication IDs to retrieve structured data via the Beehiiv API.

Instructions

Retrieve a post's content as JSON to use as a template. Args: publication_id: ID of the publication post_id: ID of the post Returns: dict: JSON object containing post title, subtitle, and HTML content template

Input Schema

NameRequiredDescriptionDefault
post_idYes
publication_idYes

Input Schema (JSON Schema)

{ "properties": { "post_id": { "title": "Post Id", "type": "string" }, "publication_id": { "title": "Publication Id", "type": "string" } }, "required": [ "publication_id", "post_id" ], "title": "get_post_contentArguments", "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