get_budget_recommendations
Retrieve budget recommendations for Amazon ad campaigns using optional filters like ASIN, SKU, or date range to optimize spending.
Instructions
[Ads / direct API read] Live Amazon budget suggestion fields. 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. |