linkedin_ads_check_auth_status

Check LinkedIn Ads Authentication Status

Linkedin

Description

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": "linkedin_ads_check_auth_status",
    "arguments": {
      "reason": "Another tool returned an auth error, checking LinkedIn account 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 LinkedIn account connection status"
}

hopkin linkedin auth check