Ghost MCP Server

by MFYDev
Verified

read_newsletter

Retrieve detailed information about a specific newsletter by its ID using the Ghost CMS integration tool. Ideal for managing and accessing newsletter content efficiently.

Instructions

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" }
ID: vor63xn7ky