Skip to main content
Glama

LinkedIn MCP Server

get_new_job_ids

Retrieve new job IDs from LinkedIn using a specified URL and number of pages to explore, returning a list of IDs for further analysis or action.

Instructions

Gets the new job ids retrieved from the LinkedIn url passed as a parameter, exploring the number of pages specified. Args: url: The URL to search for jobs in LinkedIn num_pages: The number of pages to retrieve ids from Returns: A list with the new job IDs retrieved from the explored pages from the URL

Input Schema

NameRequiredDescriptionDefault
num_pagesNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "num_pages": { "default": 1, "title": "Num Pages", "type": "integer" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "get_new_job_idsArguments", "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