# amazon_ads_get_sd_negative_targets

> Read one page of Sponsored Display negative targets. One of 103 Amazon Ads tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Amazon Ads](https://www.getmcpads.com/docs/sources/amazon-ads)

Read one page of Sponsored Display negative targets. Requires Display eligibility. Pagination uses startIndex, not a cursor; full pages are conservatively marked partial. Creatives include native media references; these records are not performance metrics.

> **Note** Connect Amazon and explicitly select the profiles your assistant may access. Tested with an Amazon test account. Product, brand and format eligibility are enforced by Amazon; DSP and AMC are separate products.

|  |  |
| --- | --- |
| Source | [Amazon Ads](https://www.getmcpads.com/docs/sources/amazon-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `accountId` |
| Endpoint | https://mcp.getmcpads.com/amazon-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `accountId` | string | Required | Exact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged. |
| `startIndex` | integer | Optional | Default: `0`. |
| `count` | integer | Optional | Default: `100`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_get_sd_negative_targets",
    "args": {
      "accountId": "<string>"
    }
  }
}
```

- [Amazon Ads metrics](https://www.getmcpads.com/docs/sources/amazon-ads/metrics): What you can ask for.
- [Amazon Ads dimensions](https://www.getmcpads.com/docs/sources/amazon-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/amazon-ads/tools/amazon_ads_get_sd_negative_targets
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
