amazon_ ads_ get_ sd_ creatives
Read one page of Sponsored Display creatives. One of 103 Amazon Ads tools on the Get MCP Ads MCP gateway.
Read one page of Sponsored Display creatives. 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.
- Source
- Amazon Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
accountId- Endpoint
- https:/
/ mcp. getmcpads. com/ amazon-ads/ mcp
ParametersLink to this section
| 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. |
adGroupIds | array | Required | Restrict results to these ad group IDs. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_get_sd_creatives",
"args": {
"accountId": "<string>",
"adGroupIds": "<array>"
}
}
}