get_ad_readback
ActiveTool of io.github.Synter-Media-AI/synter-ads
Proof Pack: read a launched ad's creative + CTA back from the platform API (the source of truth) and verify the CTA against the platform enum and the copy against ad policy (2 credits). Meta supported today; other platforms return a clearly-labeled unsupported result.
Parameters schema
{
"type": "object",
"title": "get_ad_readbackArguments",
"required": [
"platform",
"ad_id"
],
"properties": {
"ad_id": {
"type": "string",
"title": "Ad Id"
},
"platform": {
"type": "string",
"title": "Platform"
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"approved_cta": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Approved Cta",
"default": null
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries