You're viewing a demo portfolio

Join the waitlist
PRSM

get_ad_readback

Active

Tool of io.github.jshorwitz/synter-ads

declared in 1.27.0

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
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.jshorwitz/synter-ads

https://github.com/jshorwitz/synter-mcp-server

1/7 registries
View full server →