ga4_check_auth_status
Check GA4 Auth Status
Ga4Description
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": "ga4_check_auth_status",
"arguments": {
"reason": "Another tool returned an auth error, checking connection status"
}
}
}
hopkin ga4 k-auth-status
{
"mcpServers": {
"ga4": {
"url": "https://ga4.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Check auth
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
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 ga4 k-auth-status