answer_buyer_questions

read · open

Generate a grounded answer to a buyer's question about a listing, using only that listing's marketplace data. Useful for a seller's agent to draft replies. Requires AI to be configured.

Input parameters

ParameterTypeDescription
listingIdrequiredstringListing the question is about.
questionrequiredstringThe buyer's question.

Example request

A JSON-RPC 2.0 tools/call over the StackTrade MCP endpoint.

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "answer_buyer_questions",
    "arguments": {
      "listingId": "lst_pixelforms",
      "question": "example"
    }
  }
}

Authentication

This is a read tool: it works with any valid bearer token and never mutates the marketplace. Get a free MCP token →

Other MCP tools