Ghost MCP Server

by MFYDev
Verified

read_member

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