fetch_job_posting
Retrieve a job posting as clean text from a URL or pasted input, enabling targeted CV tailoring. Provides source and character count.
Instructions
Get a job posting as clean readable text.
Pass a url to fetch and strip a posting to plain text, OR pass
pasted_text directly if you already have the description. URL fetching is
best-effort: if the site is blocked or login-walled, this returns a clear
message asking the user to paste the text instead — it never fails silently.
Returns {source, text, char_count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| pasted_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||