Ghost MCP Server

by MFYDev
Verified

list_newsletters

Retrieve and manage newsletter lists from your Ghost blog. Output in text or JSON format, with pagination support to filter results by page and limit for easy navigation.

Instructions

Get the list of newsletters from your Ghost blog.

Args: format: Output format - either "text" or "json" (default: "text") page: Page number for pagination (default: 1) limit: Number of newsletters per page (default: 15) ctx: Optional context for logging Returns: Formatted string containing newsletter information

Input Schema

NameRequiredDescriptionDefault
formatNotext
limitNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "text", "title": "Format", "type": "string" }, "limit": { "default": 15, "title": "Limit", "type": "integer" }, "page": { "default": 1, "title": "Page", "type": "integer" } }, "title": "list_newslettersArguments", "type": "object" }
ID: vor63xn7ky