refine
R
refine
/jobs.interviews.update

jobs.interviews.update

Update an existing interview

liveunknown~5s typical
mcprefine
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-co-getrefine-refine /jobs.interviews.update for me.

Input

FieldTypeDescription
job_id*stringJob id
interview_id*stringInterview id
namestringInterview name, e.g. phone screen, technical, onsite
notesstringNotes or debrief from the interview
scheduled_atstringISO 8601 date/time with timezone
completed_atstringCompletion date in YYYY-MM-DD format
cancelled_atstringISO 8601 cancellation time with timezone
cancelled_reasonstringWhy the interview was cancelled
locationstringLocation or meeting link
outcomestring (passed | didnt_pass | pending_decision | withdrew | no_show | other)Interview outcome
ratingintegerYour rating of the interview, 1 to 5
next_actionstringThe next step after this interview
feedbackstringFeedback received or given
interviewersstringNames or roles of the interviewers

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-co-getrefine-refine","endpoint":"/jobs.interviews.update","input":{"job_id":"...","interview_id":"..."}}'
cli
npx cracked-ai run -p mcp-co-getrefine-refine -e /jobs.interviews.update -i '{"job_id":"...","interview_id":"..."}'
mcp
run_tool({ provider: "mcp-co-getrefine-refine", endpoint: "/jobs.interviews.update", input: {"job_id":"...","interview_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.