Skip to main content
Glama

Ghost MCP Server

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MFYDev/ghost-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server