Create job
employer.create_jobParse raw text via Gemini AI and create a DRAFT job under the current employer. Synchronous: latency 5-30s. The agent can then call employer.update_job to refine fields and employer.publish_job to make it live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Optional WorkorAI MCP key for in-session authentication when the MCP client was initialized anonymously. | |
| rawText | Yes | Free-form job description (up to 10000 characters). Parsed by Gemini AI; the call typically takes 5-30 seconds. On a client-side timeout, recover by calling employer.list_jobs with status=DRAFT and pick the most recent row. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| job | No |