ojp_parse_job_posting
Parse raw job posting text into a structured OJP template with field confidence ratings and a gaps list of missing information. Fill the skeleton to later validate the result.
Instructions
Produce a structured OJP extraction template from raw job posting text. Returns a document skeleton with EXTRACT* annotations, a fieldConfidence list (high/medium/low per field), and a gaps list of information commonly missing from postings. The calling agent should fill in the skeleton using its reasoning over the text, then call ojp_validate_job_posting to verify the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Raw job posting text (plain text, markdown, or extracted HTML text). | |
| sourceUrl | No | Source URL of the job posting, if known. |