pause_campaign
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Pause a campaign on any ad platform (2 credits)
Parameters schema
{
"type": "object",
"title": "pause_campaignArguments",
"required": [
"platform",
"campaign_id"
],
"properties": {
"platform": {
"type": "string",
"title": "Platform"
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"campaign_id": {
"type": "string",
"title": "Campaign Id"
},
"account_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Name",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries