upload_creative
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Upload a generated creative asset to an ad platform and attach it to a campaign (5 credits)
Parameters schema
{
"type": "object",
"title": "upload_creative_toolArguments",
"required": [
"asset_url",
"platform",
"campaign_id"
],
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Name",
"default": null
},
"form_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Form Id",
"default": null
},
"headline": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Headline",
"default": null
},
"platform": {
"type": "string",
"title": "Platform"
},
"asset_url": {
"type": "string",
"title": "Asset Url"
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"asset_type": {
"type": "string",
"title": "Asset Type",
"default": "IMAGE"
},
"ad_group_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ad Group Id",
"default": null
},
"campaign_id": {
"type": "string",
"title": "Campaign Id"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Description",
"default": null
},
"landing_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Landing Url",
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries