meta_ads_check_auth_status
Check Meta Ads Authentication Status
Description
Troubleshoot authentication issues and get user profile info. Only use this tool 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": "meta_ads_check_auth_status",
"arguments": {
"reason": "Another tool returned an auth error, checking account connection status"
}
}
}
hopkin meta auth check
{
"mcpServers": {
"meta-ads": {
"url": "https://mcp.hopkin.ai/meta-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 meta auth check