Ghost MCP Server

by MFYDev
Verified

read_member

Retrieve detailed information about a specific member in Ghost CMS by providing their unique member ID. This tool integrates with Ghost MCP Server to manage user data securely.

Instructions

Get the details of a specific member.

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

Input Schema

NameRequiredDescriptionDefault
member_idYes

Input Schema (JSON Schema)

{ "properties": { "member_id": { "title": "Member Id", "type": "string" } }, "required": [ "member_id" ], "title": "read_memberArguments", "type": "object" }
ID: vor63xn7ky