get_product
get_productRetrieve complete details for any KSP product by UIN or URL, including price, discounts, stock, and variations. Enable optional flags for specs, branch stock, images, delivery, and similar items.
Instructions
Get full details for one KSP product by UIN or URL: price, active promo/discount pricing (bms), stock, and variations. Specs, branch stock, images, delivery, and similar items are opt-in flags; include_raw dumps the entire untouched payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uin | Yes | Product UIN (e.g. '407256') or a full ksp.co.il/web/item/<uin> URL. | |
| include_raw | No | Return the entire raw KSP API payload untouched (no field selection or reshaping). When true, all other flags are ignored. | |
| include_specs | No | Include the full specification table (converted to Markdown). | |
| include_images | No | Include product image URLs. | |
| include_similar | No | Include similar and complementary products. | |
| include_branches | No | Include per-store stock availability. | |
| include_delivery | No | Include all delivery/pickup options with prices and ETAs. | |
| include_variations | No | List every variation/config with its UIN + price. Off by default; a summary is always shown. |