google_search_console_ping

Ping Google Search Console MCP Server

Google

Description

Health check. Returns server status, version, and timestamp.

Read-onlyIdempotent

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "google_search_console_ping",
    "arguments": {
      "reason": "Verify server is running"
    }
  }
}

Parameters

NameTypeRequiredDescription
reason string Required Why this tool call is neededminLength: 1, maxLength: 500
Optional parameters (1)
NameTypeRequiredDescription
message string Optional Optional message to echo backmaxLength: 100

Examples

Health check

{
  "reason": "Verify server is running"
}

hopkin google ch-console ping

With message

{
  "message": "hello",
  "reason": "Test connectivity"
}

hopkin google ch-console ping --message hello