API Reference

ChatGPT Ads / API Reference

openai_ads_create_ad_group

OpenAI Ads tool — manages ads shown inside ChatGPT via the OpenAI Ads API. Create an ad group under a campaign. Defaults to PAUSED. Args: campaign_id: Parent campaign ID. name: Ad group name. max_bid_usd: Max bid per impression in dollars (billing_event_type=impression). status: 'paused' (default) or 'active'. description: Optional.

This is a write tool: it creates ad group in your ChatGPT 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 ad group in my ChatGPT Ads account for [campaign id], [name], [max bid usd].

It takes 3 required and 2 optional parameters.

Parameters

ParameterTypeRequiredDescription
campaign_idstringYesCampaign Id
namestringYesName
max_bid_usdnumberYesMax Bid Usd
statusstringNoStatus
descriptionstringNoDescription

Related ChatGPT Ads tools

Start using MCP Ads