get_competitive_pricing
Retrieve live and historical competitive pricing data for Amazon products. Filter by ASIN, SKU, marketplace, or date range to inform pricing strategy.
Instructions
[Inventory / direct API read] Live price points plus historical pricing snapshots. Hosted endpoint only; this local stdio server is an introspection stub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | Optional start date for time-range reads, YYYY-MM-DD. | |
| end_date | No | Optional end date for time-range reads, YYYY-MM-DD. | |
| asin | No | Optional Amazon ASIN filter when relevant. | |
| sku | No | Optional merchant SKU filter when relevant. | |
| marketplace_id | No | Optional Amazon marketplace identifier. | |
| filters | No | Optional lightweight filters supported by the hosted tool. | |
| limit | No | Optional row limit for hosted reads. |