pull_freewheel_performance
ActiveTool of io.github.Synter-Media-AI/synter-ads
Get FreeWheel Buyer Cloud (Beeswax) metrics (2 credits). Date window: date_range preset (today, yesterday, last_7_days, last_14_days, last_30_days, last_90_days), start_date/end_date (YYYY-MM-DD) for custom ranges, or days for a rolling window. Use account_name to specify which account when multiple are connected.
Parameters schema
{
"type": "object",
"title": "pull_freewheel_performanceArguments",
"properties": {
"days": {
"type": "integer",
"title": "Days",
"default": 30
},
"end_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "End Date",
"default": null
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"date_range": {
"anyOf": [
{
"enum": [
"today",
"yesterday",
"last_7_days",
"last_14_days",
"last_30_days",
"last_90_days"
],
"type": "string"
},
{
"type": "null"
}
],
"title": "Date Range",
"default": null
},
"start_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Start Date",
"default": null
},
"account_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Name",
"default": null
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries