Skip to main content
Glama

Ghost MCP Server

delete_webhook

Remove a specified webhook from Ghost CMS by providing its ID. Ensures webhook cleanup and maintains system integrity with proper error handling for failed requests.

Instructions

Delete a webhook from Ghost.

Args: webhook_id: ID of the webhook to delete (required) ctx: Optional context for logging Returns: Success message if deletion was successful Raises: GhostError: If the Ghost API request fails ValueError: If webhook_id is not provided

Input Schema

NameRequiredDescriptionDefault
webhook_idYes

Input Schema (JSON Schema)

{ "properties": { "webhook_id": { "title": "Webhook Id", "type": "string" } }, "required": [ "webhook_id" ], "title": "delete_webhookArguments", "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