Ghost MCP Server

by MFYDev
Verified

read_newsletter

Get the details of a specific newsletter.

Args: newsletter_id: The ID of the newsletter to retrieve ctx: Optional context for logging Returns: Formatted string containing the newsletter details

Input Schema

NameRequiredDescriptionDefault
newsletter_idYes

Input Schema (JSON Schema)

{ "properties": { "newsletter_id": { "title": "Newsletter Id", "type": "string" } }, "required": [ "newsletter_id" ], "title": "read_newsletterArguments", "type": "object" }