meta_ get_ campaign_ structure
Get hierarchical campaign structure: campaigns -> ad sets -> ads. One of 39 Meta Ads tools on the Get MCP Ads MCP gateway.
Get hierarchical campaign structure: campaigns -> ad sets -> ads. Useful for understanding account organization.
- 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) |
campaignId | string | Optional | Get structure for a specific campaign only. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_get_campaign_structure",
"args": {
"adAccountId": "<string>"
}
}
}