Skip to content
Get MCP AdsGet MCP Ads, home

apple_ads_create_keyword

Create a PAUSED positive keyword in a verified Apple ad group. A write tool that previews before it changes anything, one of 15 Apple Ads tools on the Get…

Create a PAUSED positive keyword in a verified Apple ad group. Preview before confirming.

Source
Apple Ads
Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/apple-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredA selected Apple Ads ad account from list_accounts.
adGroupIdstringRequiredApple numeric ID, as a string.
textstringRequiredKeyword text.
matchTypestringRequiredApple keyword match type. One of: EXACT, BROAD.
bidobjectRequiredPositive decimal amount and the ad account currency.
confirmbooleanOptionalFalse previews. True applies the approved change once. Do not blindly retry a write after a timeout. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "apple_ads_create_keyword",
    "args": {
      "adAccountId": "<string>",
      "adGroupId": "<string>",
      "text": "<string>",
      "matchType": "EXACT",
      "bid": "<object>"
    }
  }
}
Esc

Type to search