Skip to main content
Glama
Sabari2005

LinkedIn MCP Server

by Sabari2005

linkedin_search_jobs

Read-onlyIdempotent

Search and filter LinkedIn jobs by keyword, location, remote/hybrid/onsite, experience, salary, and more. Automatically paginates results and returns job IDs for saving or applying.

Instructions

Search LinkedIn jobs using the full filter set: keywords, location, remote/hybrid/onsite, experience level, employment type, date posted, salary band, company, industry, Easy Apply only, and more. Handles pagination automatically. This is the entry point for every job workflow — the returned jobIds feed linkedin_get_job, linkedin_save_job and linkedin_apply_to_job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax jobs to return. Defaults to 25.
sortByNoDefaults to relevance.
keywordsNoRole, technology or company, e.g. "LLM engineer" or "Rust backend".
locationNoPlace name, e.g. "Germany", "Berlin", "United States". Resolved to a geo filter automatically.
minSalaryNoMinimum annual salary band (USD-denominated buckets in LinkedIn's filter).
companyIdsNoRestrict to specific companies by LinkedIn numeric id — resolve with linkedin_search_companies.
datePostedNoRecency filter. "past-24-hours" is best for high-competition roles.
industryIdsNo
easyApplyOnlyNoOnly jobs supporting Easy Apply. Set true when planning automated applications.
inYourNetworkNoOnly jobs where you have a connection at the company.
workplaceTypeNoWorking arrangement. Combine freely, e.g. ["remote","hybrid"].
employmentTypeNo
jobFunctionIdsNo
experienceLevelNo
under10ApplicantsNoOnly jobs with fewer than 10 applicants so far.
fairChanceEmployerNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare this as a safe read-only, idempotent operation. The description adds meaningful behavioral context beyond those annotations: it states "Handles pagination automatically" and clarifies that the output is jobIds intended for subsequent tools. This gives the agent a clearer mental model of the tool's behavior, though it doesn't disclose edge cases or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two efficient sentences: the first lays out the scope and filter list, the second explains pagination and the tool's role in the workflow. Every clause adds value, with no redundant phrasing or unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex search tool with 16 optional parameters and no output schema, the description covers the essential context: it's a read-only, paginated search that returns jobIds to be used with other tools. It doesn't elaborate on the full return structure, but the downstream tool linkage provides sufficient context for an agent to understand what to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 69% schema description coverage, the description compensates partially by listing many filters and offering practical advice (e.g., "Set true when planning automated applications" for easyApplyOnly, "best for high-competition roles" for datePosted, "Combine freely" for workplaceType). It does not, however, elaborate on the five parameters lacking schema descriptions (e.g., jobFunctionIds, fairChanceEmployer), so it doesn't fully close the gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: "Search LinkedIn jobs using the full filter set" and lists many specific filters. It also differentiates this tool from siblings by designating it as "the entry point for every job workflow," distinguishing it from linkedin_get_job (fetch a single job) and linkedin_get_company_jobs (company-specific).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides strong usage context by calling it "the entry point for every job workflow" and explaining that returned jobIds feed downstream tools. However, it does not explicitly mention when NOT to use this tool or point to an alternative like linkedin_get_company_jobs for company-scoped searches, so it stops short of full when/when-not guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Sabari2005/linkedin-mcp-server'

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