linkedin_auth_status
Check if your LinkedIn session is valid and see which cookies are loaded, where they came from, and whose account they belong to. Call this first after an auth error or before starting a long workflow.
Instructions
Check whether the LinkedIn session is currently valid, and report which cookies are loaded, from where, and who the session belongs to. Call this first if any other tool returns an AUTH_EXPIRED or AUTH_MISSING error, and before starting a long workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Re-validate against LinkedIn instead of using the cached verdict (valid for 5 minutes). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | Yes | ||
| problem | No | ||
| identity | No | ||
| apiAvailable | Yes | ||
| cookieSource | Yes | ||
| authenticated | Yes | ||
| transportStrategy | Yes | ||
| csrfTokenAvailable | Yes |