Ghost MCP Server

by MFYDev
Verified

delete_tag

Delete a tag.

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

Input Schema

NameRequiredDescriptionDefault
tag_idYes

Input Schema (JSON Schema)

{ "properties": { "tag_id": { "title": "Tag Id", "type": "string" } }, "required": [ "tag_id" ], "title": "delete_tagArguments", "type": "object" }