find_for_sale
Find items for sale
Search Bonzai's public for-sale listings by keyword, with optional category, price, and locality filters ("are there any computers for sale?", "find a used road bike under $400"). Set `friends: true` to see only what the caller's friends are selling, and `nearby: true` to limit to the caller's current area ("what are my friends selling?", "anything for sale near me?"). Returns matching items plus a link to browse them all on Bonzai. This only FINDS things — it never buys: to reach a seller, use `express_interest`. Offer the user both the results here and the "see them all" link. (For the caller's OWN listings, use `my_listings`, not this.)
View as Markdown (for agents)querystringoptionalWhat to look for, e.g. "computers", "road bike". Omit to browse everything.
categorystringoptionalOptional category filter, e.g. "Furniture".
minPricenumberoptionalOptional minimum price (in the listing currency; v1 assumes one currency).
maxPricenumberoptionalOptional maximum price (in the listing currency; v1 assumes one currency).
localitystringoptionalOptional locality/area filter, e.g. "Los Altos".
friendsbooleanoptionalWhen true, show only listings from the caller's own friends ("what are my friends selling?"). Off by default, which searches the whole network.
nearbybooleanoptionalWhen true, limit to the caller's current area — auto-filled from their latest check-in ("any bikes for sale near me?"). Ignored if you pass an explicit `locality`, or if their location is unknown.
limitintegeroptionalMax listings to return (default 12, max 30).
Listings for sale across your network, on a discovery grid card.
This is a tool on the Bonzai MCP server (https://mcp.bonzai.me). Connect your agent and it can call this for you.