verify_platform_accounts
ActiveTool of io.github.Synter-Media-AI/synter-ads
Verify which ad account each platform's pull tools would use by default, with recent activity per connected account. Flags when the default account is dormant while a sibling account has spend (free). Call this before pull_*_performance when a platform has multiple accounts or returns suspicious zeros.
Parameters schema
{
"type": "object",
"title": "verify_platform_accountsArguments",
"properties": {
"days": {
"type": "integer",
"title": "Days",
"default": 7
},
"platform": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Platform",
"default": null
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries