get_job
Retrieve detailed information about a LinkedIn job posting using the job ID to analyze and evaluate opportunities directly through the LinkedIn MCP Server.
Instructions
Get comprehensive details about a specific LinkedIn job posting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
jobId | Yes | LinkedIn job ID |
Input Schema (JSON Schema)
{
"properties": {
"jobId": {
"description": "LinkedIn job ID",
"type": "string"
}
},
"required": [
"jobId"
],
"type": "object"
}