answer_buyer_questions
read · openGenerate 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
| Parameter | Type | Description |
|---|---|---|
listingIdrequired | string | Listing the question is about. |
questionrequired | string | The 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 →