apple_ ads_ get_ keywords
Read a page of positive keywords belonging to one Apple ad group. One of 15 Apple Ads tools on the Get MCP Ads MCP gateway.
Read a page of positive keywords belonging to one Apple ad group.
- 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. |
adGroupId | string | Required | Apple numeric ID, as a string. |
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. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "apple_ads_get_keywords",
"args": {
"adAccountId": "<string>",
"adGroupId": "<string>"
}
}
}