chatgpt_ads_set_default_connection
Set Default ChatGPT Ads Connection
ChatgptDescription
Set which ChatGPT Ads connection other tools use when no connection_id is passed. Call chatgpt_ads_list_connections first to get a valid connection_id — do not guess one.
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "chatgpt_ads_set_default_connection",
"arguments": {}
}
}
hopkin chatgpt set-default-connection
| Flag | Type | Required | Description |
|---|---|---|---|
--connection-id | string | Required | UUID of the connection to mark as the actor's default ChatGPT Ads connection. |
{
"mcpServers": {
"chatgpt-ads": {
"url": "https://chatgpt.mcp.hopkin.ai",
"transport": "sse"
}
}
}
No example prompts available.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
connection_id |
string |
Required | UUID of the connection to mark as the actor's default ChatGPT Ads connection. |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |