Skip to main content
Glama

Ghost MCP Server

delete_post

Remove a specific blog post from Ghost CMS by providing the post ID. Ensures secure deletion through JWT authentication and handles errors for non-existent posts or API issues.

Instructions

Delete a blog post.

Args: post_id: The ID of the post to delete ctx: Optional context for logging Returns: Success message if post was deleted Raises: GhostError: If there is an error accessing the Ghost API or the post doesn't exist

Input Schema

NameRequiredDescriptionDefault
post_idYes

Input Schema (JSON Schema)

{ "properties": { "post_id": { "title": "Post Id", "type": "string" } }, "required": [ "post_id" ], "title": "delete_postArguments", "type": "object" }

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/MFYDev/ghost-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server