Skip to main content
Glama

Ghost MCP Server

delete_tag

Remove a tag from Ghost CMS by specifying its unique ID. Ensures clean tag management and resolves errors if the tag is inaccessible or non-existent.

Instructions

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" }

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