Skip to content
Get MCP AdsGet MCP Ads, home
Start free

meta_get_ad_activity

Read ad account activity logs from /{ad_account_id}/activities with object, event, actor, timestamp, and extra_data fields.

Read ad account activity logs from /{ad_account_id}/activities with object, event, actor, timestamp, and extra_data fields.

Source
Meta Ads
Kind
Read
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/meta-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredAd account ID (e.g., act_123456789)
sincestringOptionalOptional start time accepted by Graph API, usually YYYY-MM-DD or Unix seconds.
untilstringOptionalOptional end time accepted by Graph API, usually YYYY-MM-DD or Unix seconds.
limitintegerOptionalDefault: 100.
cursorstringOptionalPagination cursor from previous response.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_get_ad_activity",
    "args": {
      "adAccountId": "<string>"
    }
  }
}
Esc

Type to search