google_search_console_check_auth_status

Check Google Search Console Auth Status

Google

Description

Troubleshoot authentication issues. Only use this when another tool fails with a permission or auth error — do NOT call proactively. Returns: authenticated status, user_id, email, and a human-readable message.

Read-onlyIdempotent

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "google_search_console_check_auth_status",
    "arguments": {
      "reason": "Another tool returned an auth error, checking connection status"
    }
  }
}

Parameters

NameTypeRequiredDescription
reason string Required Why this tool call is neededminLength: 1, maxLength: 500

Examples

Check auth

{
  "reason": "Another tool returned an auth error, checking connection status"
}

hopkin google ch-console-check-auth-status