Skip to main content
Glama
Sabari2005

LinkedIn MCP Server

by Sabari2005

linkedin_export_jobs

Read-onlyIdempotent

Run a LinkedIn job search and export the results to JSON, CSV, or Markdown for pipeline spreadsheets or other tools. Supports filters like keywords, location, and date posted.

Instructions

Run a job search and export the results to JSON, CSV or Markdown — useful for building a pipeline spreadsheet or feeding another tool. Accepts the same filters as linkedin_search_jobs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefaults to 50.
formatNoDefaults to csv.
sourceNoExport search results (default), the saved-jobs list, or the applied-jobs list.
keywordsNo
locationNo
datePostedNo
easyApplyOnlyNo
workplaceTypeNo
includeDescriptionsNoFetch each job's full description. Much slower, but needed for resume tailoring.
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, so the agent knows this is a safe read operation. The description adds the format-export behavior but no additional latency, pagination, or file-handling context beyond what the annotations provide.

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?

Two sentences, front-loaded with the core action, followed by use cases and a pointer to a sibling tool. Every phrase earns its place with no redundancy.

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 9-parameter tool with no output schema, the description covers use case, output formats, and filter semantics. It could be more explicit about whether exporting returns file content directly or creates a file, but the format parameter and annotations reduce ambiguity.

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?

Schema description coverage is only 44%, but the description compensates by stating it accepts the same filters as linkedin_search_jobs, giving semantic context to keyword, location, datePosted, and other search filters. Format and source are already described in the schema, and the cross-reference effectively fills the gap for the undocumented filters.

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 states a clear action: run a job search and export results to JSON, CSV, or Markdown. It also distinguishes the tool by referencing the same filters as linkedin_search_jobs, making its job-specific purpose explicit.

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?

It cites concrete use cases: building a pipeline spreadsheet or feeding another tool. It implies a relationship with linkedin_search_jobs by referencing its filters, though it doesn't explicitly state when to use this tool instead of searching or exporting search results.

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