You're viewing a demo portfolio

Join the waitlist
PRSM

configure_pixel_destination

Active

Tool of io.github.Synter-Media-AI/synter-ads

declared in 1.27.0

Create or update a Synter Pixel CAPI event-forwarding destination. Sets the platform-specific IDs needed to fan out conversion events server-side. Supports Google (customer_id + conversion_action_id), Meta/Reddit (pixel_id), LinkedIn (conversion_rule_id), TikTok (pixel_code), and Snapchat. Use action='disable' or action='enable' to toggle without changing settings. Free — no credits.

Parameters schema

{
  "type": "object",
  "title": "configure_pixel_destinationArguments",
  "required": [
    "platform"
  ],
  "properties": {
    "action": {
      "type": "string",
      "title": "Action",
      "default": "upsert"
    },
    "pixel_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Pixel Id",
      "default": null
    },
    "platform": {
      "type": "string",
      "title": "Platform"
    },
    "site_key": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Site Key",
      "default": null
    },
    "pixel_code": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Pixel Code",
      "default": null
    },
    "customer_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Customer Id",
      "default": null
    },
    "conversion_rule_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Conversion Rule Id",
      "default": null
    },
    "conversion_action_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Conversion Action Id",
      "default": null
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.Synter-Media-AI/synter-ads

https://github.com/Synter-Media-AI/mcp-server

4/7 registries
View full server →