fetch
Retrieve full details of a secondhand marketplace listing using its ID from search results. Get complete information for a specific item by providing the marketplace-prefixed ID (e.g., facebook:12345).
Instructions
Fetch one listing in full for an id returned by the search tool, following the ChatGPT deep research tool contract. Id format: marketplace:listingId (for example "facebook:12345" or "ebay:v1|123|456"). Behavior: read-only. Errors: an id without the marketplace prefix, or for a removed listing, returns an error message. Not for: ids from search_marketplace, which take get_listing_details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Result ID from the search tool (format: marketplace:listingId) |