amazon_ ads_ get_ report
Check an Amazon report once and, when complete, read its native rows. One of 103 Amazon Ads tools on the Get MCP Ads MCP gateway.
Check an Amazon report once and, when complete, read its native rows. Use only the jobToken returned by create_report for this workspace and profile. Downloads are bounded; pagination returns row offsets and explicitly marks partial results. Expired reports must be requested again.
- 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. |
jobToken | string | Required | Opaque job token returned by amazon_ads_create_report in this workspace. |
offset | integer | Optional | Zero-based number of rows to skip before returning results. Default: 0. |
limit | integer | Optional | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. Default: 500. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_get_report",
"args": {
"accountId": "<string>",
"jobToken": "<string>"
}
}
}