chatgpt_ads_get_ad_account

Get ChatGPT Ads Account

Chatgpt

Description

Get details of the ChatGPT Ads account: name, status, currency, timezone, website, and review status. Each ChatGPT Ads API key is scoped to exactly one ad account, so this returns the account behind the resolved connection. Use chatgpt_ads_list_ad_accounts to see every account you can reach, and pass connection_id to pick one. Worth calling before reporting: every spend figure is in this account's currency, and every insights date bucket is a day in this account's timezone.

Read-onlyIdempotentOpen-world

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "chatgpt_ads_get_ad_account",
    "arguments": {
      "reason": "Check account currency and timezone before reporting"
    }
  }
}

Parameters

NameTypeRequiredDescription
reason string Required Why this tool call is neededminLength: 1, maxLength: 500
Optional parameters (1)
NameTypeRequiredDescription
connection_id string Optional Optional ID of a specific connection to use for this call. Omit to use the actor's default connection for this network. Call <platform>_list_connections to discover available connection IDs.

Examples

Account details

{
  "reason": "Check account currency and timezone before reporting"
}

hopkin chatgpt ad-account get

Specific connection

{
  "connection_id": "00000000-0000-0000-0000-000000000000",
  "reason": "Inspect a particular connected account"
}

hopkin chatgpt ad-account get --connection-id 00000000-0000-0000-0000-000000000000