Skip to main content
Glama

LinkedIn MCP Server

get_jobs_raw_metadata

Extracts raw metadata for specified LinkedIn job IDs by querying the LinkedIn MCP Server. Returns job details in a structured dictionary format for analysis or integration.

Instructions

Gets the job raw metadata for the given job IDs passed as parameter. Args: job_ids: List of job IDs to get the job raw metadata for Returns: Dict job ids as keys, and the corresponding job metadata information as values (encoded also as a dictonary)

Input Schema

NameRequiredDescriptionDefault
job_idsYes

Input Schema (JSON Schema)

{ "properties": { "job_ids": { "items": { "type": "string" }, "title": "Job Ids", "type": "array" } }, "required": [ "job_ids" ], "title": "get_jobs_raw_metadataArguments", "type": "object" }
Install Server

Other Tools from LinkedIn MCP Server

Related Tools

    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/francisco-perez-sorrosal/linkedin-mcp'

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