Skip to main content
Glama
TSS99
by TSS99

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
linkedin_search_jobsA

Search job listings on LinkedIn.

Returns each listing with title, company, location, workplace type, posted salary where the employer provided one, how long ago it was posted, and the job_id. Pass that job_id to linkedin_get_job for the full description rather than re-searching.

Results are paged 25 at a time, so a large limit means several page loads.

linkedin_get_jobA

Get the full detail for one job posting.

Returns the title, company, location, posted age, LinkedIn's job insights (seniority, employment type, headcount) and the complete job description with the "See more" clamp expanded.

linkedin_get_profileA

Read a LinkedIn profile.

Returns name, headline and location, plus the about text, experience history, education and listed skills unless include_sections is false.

Set include_sections to false when you only need to confirm who someone is; it is one page load either way but a much smaller result.

linkedin_check_sessionA

Check whether the browser is signed in to LinkedIn.

Every other tool needs this to be true; LinkedIn serves a login wall to anonymous visitors on job listings and profiles alike.

linkedin_close_sessionA

Disconnect from the browser and free resources.

This detaches from Chrome; it leaves the window and the saved session alone.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TSS99/linkedin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server