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

meta_update_adset_schedule

Change the start or end time of a Meta ad set. A write tool that previews before it changes anything, one of 39 Meta Ads tools on the Get MCP Ads MCP gateway.

Change the start or end time of a Meta ad set. Times are ISO 8601 with an offset, for example 2026-09-01T00:00:00+0200. Previews by default.

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

ParametersLink to this section

NameTypeRequiredNotes
adSetIdstringRequiredAd set ID.
adAccountIdstringRequiredOwning ad account (act_… or bare ID).
startTimestringOptionalStart time, ISO 8601 with an offset, for example 2026-09-01T00:00:00+0200.
endTimestringOptionalEnd time, ISO 8601 with an offset, for example 2026-09-30T23:59:59+0200.
confirmbooleanOptionalSet to true to actually apply the change. Without it, the tool only previews.

Calling itLink to this section

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

Type to search