ats_interview_feedback
Manage interview feedback in the ATS: submit, retrieve, update, and analyze feedback for interviews, with summaries of hiring signals.
Instructions
Manage interview feedback in the ATS. Actions: submit (add feedback to completed interview), get (retrieve feedback for an interview), update (modify existing feedback), list_pending (interviews awaiting feedback), list_completed (interviews with feedback, optionally filtered by candidate), analyze (aggregate feedback for a candidate across all interviews), summary (hiring signal summary for a job or all jobs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. "type": "submit" | "get" | "update" | "list_pending" | "list_completed" | "analyze" | "summary". | |
| interviews | Yes | Current interviews record: Record<id, interviewObject>. |