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
| Field | Type | Description |
|---|---|---|
| job_id* | string | Job id |
| interview_id* | string | Interview id |
| name | string | Interview name, e.g. phone screen, technical, onsite |
| notes | string | Notes or debrief from the interview |
| scheduled_at | string | ISO 8601 date/time with timezone |
| completed_at | string | Completion date in YYYY-MM-DD format |
| cancelled_at | string | ISO 8601 cancellation time with timezone |
| cancelled_reason | string | Why the interview was cancelled |
| location | string | Location or meeting link |
| outcome | string (passed | didnt_pass | pending_decision | withdrew | no_show | other) | Interview outcome |
| rating | integer | Your rating of the interview, 1 to 5 |
| next_action | string | The next step after this interview |
| feedback | string | Feedback received or given |
| interviewers | string | Names 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.