create_autonomous_schedule
ActiveTool of io.github.Synter-Media-AI/synter-ads
Create an autonomous agent schedule that runs a Synter skill on a cron cadence (e.g. a budget-pacing / campaign-health monitor). Defaults to a read-only cross-platform pacing monitor every 4 hours that alerts via Slack and never moves money. Pass skill_slug + cron_expression to schedule any autonomous-capable skill (5 credits).
Parameters schema
{
"type": "object",
"title": "create_autonomous_scheduleArguments",
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Name",
"default": null
},
"platform": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Platform",
"default": null
},
"project_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Project Id",
"default": null
},
"skill_slug": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Skill Slug",
"default": null
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Description",
"default": null
},
"approval_mode": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Approval Mode",
"default": null
},
"cron_expression": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Cron Expression",
"default": null
},
"notify_channels": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Notify Channels",
"default": null
},
"organization_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Organization Id",
"default": null
},
"notify_on_completion": {
"type": "boolean",
"title": "Notify On Completion",
"default": true
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries