Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BROWSERBASE_CDP_URL | Yes | Browserbase CDP WebSocket endpoint URL (e.g., wss://connect.browserbase.com?apiKey=YOUR_API_KEY&sessionId=SESSION_ID) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_profile | Get a LinkedIn user profile summary including name, headline, location, about section, experience, and education. Defaults to the currently logged-in user's profile. |
| search_jobs | Search LinkedIn job listings by title, location, and/or company. Returns a list of matching jobs with title, company, location, and URL. |
| get_job_details | Get the full details of a specific LinkedIn job posting including description, requirements, salary range (if available), and apply link. |
| get_connections | List your LinkedIn connections with their name, headline, and profile URL. Optionally filter by name. |
| get_messages | Get recent LinkedIn messages and InMail conversations including sender, preview, and timestamp. |
| send_connection_request | Send a LinkedIn connection request to a user, with an optional personalised note (max 300 characters). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |