Ghost MCP Server

by MFYDev
Verified

read_offer

Get the details of a specific offer.

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

Input Schema

NameRequiredDescriptionDefault
offer_idYes

Input Schema (JSON Schema)

{ "properties": { "offer_id": { "title": "Offer Id", "type": "string" } }, "required": [ "offer_id" ], "title": "read_offerArguments", "type": "object" }