# get_listing

**Get a for-sale listing**

Fetch one of the user's Bonzai for-sale listings by id (from a prior for_sale result), so you can describe it in your own words: returns the title, price, condition, the photos with their descriptions, and a generated blurb. Listings are public.

- **Category:** Marketplace
- **Access:** read-only (safe to call anytime)
- **Renders a UI card:** no
- **Returns:** One listing in full: title, price, condition, photos, and a generated blurb.

## Parameters

- `listingId` (string, required) — The id of the listing to fetch (from a prior for_sale result).

## Connection

This is a tool on the Bonzai MCP server (`https://mcp.bonzai.me`). Connect any MCP
client and your agent calls it on your behalf. See https://bonzai.me/connect to connect, and
https://bonzai.me/docs for the full picture.

## Related recipes

- [Sell It](https://bonzai.me/cookbook/sell-it)

---

Full tool reference: https://bonzai.me/docs/tools · AI overview: https://bonzai.me/llms.txt
