ats_manage_notes
Manage candidate notes in the ATS by adding, updating, listing, deleting, searching, or bulk adding notes.
Instructions
Manage candidate notes in the ATS. Actions: add (create note on candidate), update (edit note content), list (get all notes for a candidate), delete (remove a note), search (find notes by keyword across one or all candidates), bulk_add (add notes to multiple candidates). Pass the current candidates record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. "type": "add" | "update" | "list" | "delete" | "search" | "bulk_add". | |
| candidates | Yes | Current candidates record: Record<id, candidateObject>. |