apple_ ads_ get_ campaigns
Read a page of Apple app campaigns, including paused campaigns. One of 15 Apple Ads tools on the Get MCP Ads MCP gateway.
Read a page of Apple app campaigns, including paused campaigns. Native pagination is returned; offset/limit do not imply a complete account export.
- Source
- Apple Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ apple-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | A selected Apple Ads ad account from list_accounts. |
offset | integer | Optional | Zero-based number of rows to skip before returning results. Default: 0. |
limit | integer | Optional | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. Default: 100. |
status | string | Optional | Status selected from the allowed values for this object or operation. One of: PAUSED, ENABLED. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "apple_ads_get_campaigns",
"args": {
"adAccountId": "<string>"
}
}
}