reconcile_platforms
ActiveTool of io.github.Synter-Media-AI/synter-ads
Cross-platform reconciliation MVP — compares Google Ads ↔ Trade Desk totals for a date range, returns normalized per-platform metrics, discrepancies, and deterministic likely-cause explanations (3 credits). Read-only. Date range capped to 92 days. SYN-2480.
Parameters schema
{
"type": "object",
"title": "reconcile_platformsArguments",
"required": [
"start_date",
"end_date"
],
"properties": {
"end_date": {
"type": "string",
"title": "End Date"
},
"start_date": {
"type": "string",
"title": "Start Date"
},
"ttd_account_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ttd Account Name",
"default": null
},
"google_account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Google Account Id",
"default": null
},
"ttd_advertiser_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ttd Advertiser Id",
"default": null
},
"google_account_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Google 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