Ghost MCP Server

by MFYDev
Verified

read_user

Retrieve detailed information about a specific user from the Ghost CMS using their unique ID, enabling efficient user management and data access.

Instructions

Get the details of a specific user.

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

Input Schema

NameRequiredDescriptionDefault
user_idYes

Input Schema (JSON Schema)

{ "properties": { "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id" ], "title": "read_userArguments", "type": "object" }
ID: vor63xn7ky