API Reference

Google Ads / API Reference

google_ads_create_responsive_display_ad

Google Ads tool. Prefer the actions marked RECOMMENDED for everyday Google Ads workflows. Create a Responsive Display Ad in an existing ad group. Args: adgroup_id: The ad group ID (required). headlines: JSON array of headline strings, e.g. '["Headline 1", "Headline 2"]' (required). descriptions: JSON array of description strings (required). business_name: Business name shown in the ad, max 25 chars (required). final_url: Landing page URL (required). marketing_image_asset_id: Image asset ID from google_ads_upload_image_asset (required). logo_asset_id: Optional logo asset ID. customer_id: Google Ads customer ID. Leave blank to use default.

This is a write tool: it creates responsive display ad in your Google Ads account. Claude asks you to confirm before it runs.

Ask Claude

You do not call this tool yourself. Ask for the outcome and the client picks the tool:

Create responsive display ad in my Google Ads account for [adgroup id], [headlines], [descriptions].

It takes 6 required and 2 optional parameters.

Parameters

ParameterTypeRequiredDescription
adgroup_idstringYesAdgroup Id
headlinesstringYesHeadlines
descriptionsstringYesDescriptions
business_namestringYesBusiness Name
final_urlstringYesFinal Url
marketing_image_asset_idstringYesMarketing Image Asset Id
logo_asset_idstringNoLogo Asset Id
customer_idstringNoCustomer Id

Related Google Ads tools

Before you can call it

This tool needs a connected Google Ads account. The Google Ads connect guide covers the OAuth flow and the permissions it asks for, and the quickstart gets a client talking to the server in about five minutes.

Workflows that use this

Rather than calling tools one at a time, these skills run a whole procedure against the same account:

Start using MCP Ads