linkedin_save_job
Save a LinkedIn job posting to your saved jobs list with a two-step preview-and-confirm process.
Instructions
Bookmark one job posting on LinkedIn. Two steps, and the first is free.
THIS TOOL CHANGES SOMETHING ON LINKEDIN, which no other tool in this server
does. It is the reason linkedin_server_info no longer reports
read_only: true.
CALL IT WITHOUT confirm_token FIRST. Nothing is done: the posting and
your own saved list are read live, and you get back a block naming the job
by title and employer, saying which way the toggle would move, where each
fact was read from, and how the action can be undone. Read it, then call
again with the confirm_token it hands you.
The token works ONCE, only for this posting, only for this verb, and it expires in two minutes -- so a scheduled or unattended caller can never hold a live one. That is the intended consequence and not a side effect.
After the click the result is confirmed from a DIFFERENT surface: your
saved list, with LinkedIn's own per-tab count, rather than from the button
that was just pressed. performed comes back true, false, or
"unknown"; on "unknown" do not retry, because a retry on a toggle
that did land performs the opposite action -- look at your saved jobs
instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | the numeric LinkedIn job id, as it appears in /jobs/view/<id>. | |
| confirm_token | No | leave empty to preview. Pass the token from that preview to actually save. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||