# apple_ads_update_keyword

> Update an Apple keyword. A write tool that previews before it changes anything, one of 15 Apple Ads tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Apple Ads](https://www.getmcpads.com/docs/sources/apple-ads)

Update an Apple keyword. Preview returns expectedSnapshot; confirm with that snapshot to reject changed resources or changed payloads. ENABLED may cause advertising spend.

> **Note** OAuth provider registered. Live advertiser acceptance is in progress; Apple account roles apply.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [Apple Ads](https://www.getmcpads.com/docs/sources/apple-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/apple-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | A selected Apple Ads ad account from list_accounts. |
| `entityId` | string | Required | Apple numeric ID, as a string. |
| `status` | string | Optional | Desired status. ENABLED may cause spend if parents permit delivery. One of: `PAUSED`, `ENABLED`. |
| `bid` | object | Optional | Replacement keyword bid, in the account currency. |
| `expectedSnapshot` | string | Optional | Snapshot returned by the preview for this exact resource and requested change; required when confirming. |
| `confirm` | boolean | Optional | False previews. True applies the approved change once. Do not blindly retry a write after a timeout. Default: `false`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "apple_ads_update_keyword",
    "args": {
      "adAccountId": "<string>",
      "entityId": "<string>"
    }
  }
}
```

- [Apple Ads metrics](https://www.getmcpads.com/docs/sources/apple-ads/metrics): What you can ask for.
- [Apple Ads dimensions](https://www.getmcpads.com/docs/sources/apple-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/apple-ads/tools/apple_ads_update_keyword
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
