Ghost MCP Server

by MFYDev
Verified

read_tag

Get the full metadata of a specific tag.

Args: tag_id: The ID of the tag to retrieve ctx: Optional context for logging Returns: Formatted string containing all tag details Raises: GhostError: If there is an error accessing the Ghost API

Input Schema

NameRequiredDescriptionDefault
tag_idYes

Input Schema (JSON Schema)

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