ats_manage_jobs
Create, update, delete, list, search, close, or reopen job postings in the ATS. Pass current jobs record and action to perform.
Instructions
Manage job postings in the ATS. Actions: create (new job posting), update (edit fields), delete, list (with optional status/department filter), search (by keyword in title/description), close, reopen. Pass current jobs record and an action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | Current jobs record: Record<id, jobObject>. Pass {} for empty. | |
| action | Yes | Action to perform. Must include "type" field: "create" | "update" | "delete" | "list" | "search" | "close" | "reopen". See tool description for per-action fields. |