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

meta_search_entities

Search campaigns, ad sets, or ads by name within an ad account. One of 39 Meta Ads tools on the Get MCP Ads MCP gateway.

Search campaigns, ad sets, or ads by name within an ad account. Useful for finding specific entities.

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)
entityTypestringRequiredType of entity to search. One of: campaigns, adsets, ads.
nameFilterstringRequiredName substring to search for.
statusFilterstringOptionalFilter by entity status. One of: ACTIVE, PAUSED, DELETED, ARCHIVED.
limitintegerOptionalDefault: 100.

Calling itLink to this section

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

Type to search