google_ads_check_auth_status
Check Google Ads Auth Status
GoogleDescription
Troubleshoot authentication issues and get user profile info. Only use when another tool fails with a permission or authentication error — do NOT call proactively.
Read-onlyIdempotent
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "google_ads_check_auth_status",
"arguments": {
"reason": "Another tool returned an auth error, checking account connection status"
}
}
}
hopkin google auth check
{
"mcpServers": {
"google-ads": {
"url": "https://mcp.hopkin.ai/google-ads/mcp",
"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 account connection status"
}
hopkin google auth check