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_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Ad account ID (e.g., act_123456789) |
entityType | string | Required | Type of entity to search. One of: campaigns, adsets, ads. |
nameFilter | string | Required | Name substring to search for. |
statusFilter | string | Optional | Filter by entity status. One of: ACTIVE, PAUSED, DELETED, ARCHIVED. |
limit | integer | Optional | Default: 100. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_search_entities",
"args": {
"adAccountId": "<string>",
"entityType": "campaigns",
"nameFilter": "<string>"
}
}
}