Ghost MCP Server

by MFYDev
Verified

read_tier

Retrieve detailed information about a specific tier by providing its ID, using the Ghost MCP Server to securely access Ghost CMS data.

Instructions

Get the details of a specific tier.

Args: tier_id: The ID of the tier to retrieve ctx: Optional context for logging Returns: Formatted string containing the tier details

Input Schema

NameRequiredDescriptionDefault
tier_idYes

Input Schema (JSON Schema)

{ "properties": { "tier_id": { "title": "Tier Id", "type": "string" } }, "required": [ "tier_id" ], "title": "read_tierArguments", "type": "object" }
ID: vor63xn7ky