chatgpt_ads_check_auth_status

Check ChatGPT Ads Auth Status

Chatgpt

Description

Check whether a ChatGPT Ads API key is connected and still accepted by the platform. Do NOT call this proactively — call the tool you actually need. Use this only after another tool fails with a permission or authentication error.

Read-onlyIdempotentOpen-world

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "chatgpt_ads_check_auth_status",
    "arguments": {
      "reason": "A tool call failed with a permission error"
    }
  }
}

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

Verify connection

{
  "reason": "A tool call failed with a permission error"
}

hopkin chatgpt auth check