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

meta_get_ads

List ads for a Meta ad account, optionally filtered by ad set. One of 39 Meta Ads tools on the Get MCP Ads MCP gateway.

List ads for a Meta ad account, optionally filtered by ad set. Returns ad ID, name, status, and creative reference.

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)
adsetIdstringOptionalFilter by ad set ID.
statusFilterstringOptionalFilter by entity status. One of: ACTIVE, PAUSED, DELETED, ARCHIVED.
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_ads",
    "args": {
      "adAccountId": "<string>"
    }
  }
}
Esc

Type to search