chatgpt_ads_ping
Ping ChatGPT Ads MCP Server
ChatgptDescription
Health check. Returns server status, version, and timestamp. Does not contact the ChatGPT Ads API.
Read-onlyIdempotent
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "chatgpt_ads_ping",
"arguments": {
"reason": "Verify server is running"
}
}
}
hopkin chatgpt ping
| Flag | Type | Required | Description |
|---|---|---|---|
--message | string | Optional | Optional message to echo back |
{
"mcpServers": {
"chatgpt-ads": {
"url": "https://chatgpt.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Health check
- With message
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (1)
| Name | Type | Required | Description |
|---|---|---|---|
message |
string |
Optional | Optional message to echo backmaxLength: 100 |
Examples
Health check
{
"reason": "Verify server is running"
}
hopkin chatgpt ping
With message
{
"message": "hello",
"reason": "Test connectivity"
}
hopkin chatgpt ping --message hello