Marketplacemutating

express_interest

Express interest in a listing

Let a seller know the user is interested in one of their for-sale items (from a `find_for_sale` result). This does NOT buy anything and never handles payment — it puts the two people in touch so they can arrange the deal themselves. Pass an optional `message` to the seller. Say plainly that Bonzai connects buyer and seller only.

View as Markdown (for agents)
Parameters
listingIdstringrequired

The id of the listing to express interest in (from a find_for_sale result).

messagestringoptional

Optional note to the seller, e.g. "is this still available? would you do $550?".

Returns

Confirmation the seller was told you are interested, and how to connect.

Related recipes

This is a tool on the Bonzai MCP server (https://mcp.bonzai.me). Connect your agent and it can call this for you.