Skip to content
Get MCP AdsGet MCP Ads, home

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.

Kind
Read
Discovery
Reachable through search_tools and run_tool
Account parameter
accountId
Endpoint
https://mcp.getmcpads.com/amazon-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
accountIdstringRequiredExact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged.
jobTokenstringRequiredOpaque job token returned by amazon_ads_create_report in this workspace.
offsetintegerOptionalZero-based number of rows to skip before returning results. Default: 0.
limitintegerOptionalMaximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. Default: 500.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_get_report",
    "args": {
      "accountId": "<string>",
      "jobToken": "<string>"
    }
  }
}
Esc

Type to search