Skip to content
Get MCP AdsGet MCP Ads, home
Start free
View as Markdown

meta_get_adset_configuration

Read an existing ad set, its parent campaign budget/objective and account currency before preparing an edit.

Read an existing ad set, its parent campaign budget/objective and account currency before preparing an edit. Returns native settings; no mutation.

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
adAccountIdstringRequired
adSetIdstringRequired

Calling itLink to this section

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

Type to search