chatgpt_ads_check_auth_status
Check ChatGPT Ads Auth Status
ChatgptDescription
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"
}
}
}
hopkin chatgpt auth check
| Flag | Type | Required | Description |
|---|---|---|---|
--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. |
{
"mcpServers": {
"chatgpt-ads": {
"url": "https://chatgpt.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Verify connection
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (1)
| Name | Type | Required | Description |
|---|---|---|---|
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