LinkedIn job posting lookup
linkedin_lookup_job_postingFetch one complete LinkedIn Classic job posting from its id or URL.
When to use it
Fetch the complete details of one LinkedIn Classic job posting.
linkedin:accesssalestouch:useRequirements
Example
Look up LinkedIn job 123456789 and include salary and benefits.
{
"job": "123456789",
"description_format": "html",
"with_sections": [
"salary",
"benefits"
]
}{
"content": [
{
"type": "text",
"text": "{\n \"data\": { ... },\n \"meta\": null\n}"
}
],
"isError": false
}Expected: The complete Classic job posting with the requested optional sections.
Parameters
account_idstringConnected SalesTouch account id, username, email, handle, or account URL.
jobrequiredstringLinkedIn Classic job id or /jobs/view URL.
description_formatstringJob description format.
with_sectionsarrayAdditional tool input.
Aliases are shown independently because MCP clients send a flat JSON object. Use one alias from each required group, not every alias.
Common errors
insufficient_scopeReconnect the MCP and approve the requested LinkedIn permission.
paid_plan_requiredUse a SalesTouch workspace with LinkedIn MCP access.
trial_payment_method_requiredAdd a payment method in SalesTouch billing to activate the trial and LinkedIn MCP access.