pull_amazon_ads_performance
ActiveTool of io.github.Synter-Media-AI/synter-ads
Get Amazon Ads (Sponsored Products/Brands/Display) metrics (2 credits). When counting 'live' campaigns, only count campaigns with state=ENABLED AND active ad groups with budget remaining — ARCHIVED campaigns are NOT active. IMPORTANT: If the user has multiple Amazon Ads accounts connected, you MUST ask which account to use BEFORE calling this tool — pass account_name to select it.
Parameters schema
{
"type": "object",
"title": "pull_amazon_ads_performanceArguments",
"properties": {
"days": {
"type": "integer",
"title": "Days",
"default": 30
},
"ad_type": {
"type": "string",
"title": "Ad Type",
"default": "ALL"
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"account_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Name",
"default": null
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries