ZuckerBot

ZuckerBotTool referenceAccount audits & insights

Get Account Insights

zuckerbot_get_account_insights

Fetch historical Meta ad account performance for a connected business over a date range. Returns spend, clicks, impressions, CTR, CPM, CPC, and frequency aggregated daily or monthly. AUTO-PAGINATES the full requested range; the response includes row_count, covered {date_from, date_to} (the range actually returned) and truncated — truncated=true means the fetch stopped early: narrow the date range and re-request rather than trusting totals. Note zero-delivery days are legitimately absent from data, so also compare covered against the range you asked for. Useful for top-level budget reporting and month-over-month trend analysis without opening Ads Manager.

Parameters

NameTypeDescription
business_idstringoptionalOptional business ID override linked to the connected Meta ad account
date_fromstringrequiredStart date in YYYY-MM-DD format
date_tostringrequiredEnd date in YYYY-MM-DD format
time_increment"daily" | "monthly"requiredWhether to break the results down daily or monthly

Example call

{
  "tool": "zuckerbot_get_account_insights",
  "arguments": {
    "date_from": "<date_from>",
    "date_to": "<date_to>",
    "time_increment": "daily"
  }
}

You never invoke this directly — describe what you want in plain English inside Claude, Cursor, ChatGPT or any MCP client with ZuckerBot connected, and the agent selects zuckerbot_get_account_insights and fills the arguments for you.

Related tools — Account audits & insights

Connect ZuckerBot to your AI agent in about two minutes: get started free, browse the full tool reference, or grab the lifetime deal.