get_product
Fetch full detail for ONE listing before buying, from anywhere on the network, without leaving this connector. Pass the seller_mcp_url and product_id exactly as they appear in a find_seller / get_seller_products result (mcp_ref.seller_mcp_url and mcp_ref.product_id). Returns the listing with price, stock, and what the purchase requires. This forwards to the owning seller; the same buy loop (get_product -> get_shipping_quote -> buy_product) then settles here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | The listing id from discovery (mcp_ref.product_id). | |
| seller_mcp_url | Yes | mcp_ref.seller_mcp_url from a find_seller / get_seller_products result. |