apple_ ads_ create_ account
Create an additional Apple ad account in the authorizing user's organization.
Create an additional Apple ad account in the authorizing user's organization. Requires a selected anchor account in that same organization and Apple account-creation permissions. Currency, timezone and billing are inherited; no app delegations or delivery are configured. Select the new account separately in Sources.
- Source
- Apple Ads
- Kind
- Write
- 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. |
name | string | Required | Name displayed in Apple Ads. |
confirm | boolean | Optional | False previews. True applies the approved change once. Do not blindly retry a write after a timeout. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "apple_ads_create_account",
"args": {
"adAccountId": "<string>",
"name": "<string>"
}
}
}