update_listing
write · user-scopedUpdate fields on a listing the authenticated user owns. Only the supplied fields change. Sold listings cannot be edited.
Input parameters
| Parameter | Type | Description |
|---|---|---|
idrequired | string | Listing id to update. |
title | string | — |
tagline | string | — |
description | string | — |
category | string | — |
askingPrice | number | — |
mrr | number | — |
annualRevenue | number | — |
annualProfit | number | — |
customers | number | — |
growthRatePct | number | — |
ageMonths | number | — |
monetization | string | — |
url | string | — |
techStack | array | — |
Example request
A JSON-RPC 2.0 tools/call over the StackTrade MCP endpoint.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "update_listing",
"arguments": {
"id": "lst_pixelforms"
}
}
}Authentication
This is a write tool: it requires a bearer token scoped to an authenticated StackTrade user and acts only within that user's permissions. Get a free MCP token →