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.
Update an Apple keyword. Preview returns expectedSnapshot; confirm with that snapshot to reject changed resources or changed payloads. ENABLED may cause advertising spend.
- 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. |
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 itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "apple_ads_update_keyword",
"args": {
"adAccountId": "<string>",
"entityId": "<string>"
}
}
}