Report server version, browser/login status, and capabilities.
Deep health check: cookie login state, a LIVE Voyager probe (confirms the API actually answers, not just that a cookie exists), and today's safety-budget headroom (per-action used/cap/remaining + pending invites).
Close the browser context and release resources (kills the Chrome process).
Get the authenticated user's own LinkedIn profile (experience, education, headline, summary).
Get a LinkedIn profile by public identifier (the slug in the profile URL, e.g. "satyanadella").
Get recent posts from your LinkedIn home feed (author + post text).
Get your recent LinkedIn notifications (headline, time, read state).
Search LinkedIn people by keywords. Returns name, headline, location, and public identifier (pass that to get_profile for full details).
Search LinkedIn jobs by keywords (and optional location). Returns title, location, posted time.
List your recent LinkedIn messaging conversations (title, last activity, unread count).
Get full details for a job posting by its numeric id (the digits in /jobs/view/<id> or from search_jobs jobUrn).
Search LinkedIn companies by keywords. Returns name + universalName slug (pass that to get_company for full details).
+10 more tools listed on main page