pull_microsoft_ads_performance
ActiveTool of io.github.Synter-Media-AI/synter-ads
Get Microsoft (Bing) Ads metrics — impressions, clicks, spend, conversions per campaign (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. IMPORTANT: If the user has multiple Microsoft Ads accounts connected, you MUST ask which account to use BEFORE calling this tool — pass account_name to select it.
Parameters schema
{
"type": "object",
"title": "pull_microsoft_ads_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
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries