Skip to main content
Glama

Beehiiv MCP Server

by reymerekar7

get_post

Retrieve a specific post by its ID from a Beehiiv publication using the MCP server, enabling structured access to content via the Beehiiv API v2. Input includes publication_id and post_id for precise data fetching.

Instructions

Retrieve a single post by ID. Args: publication_id: ID of the publication post_id: ID of the post

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_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