R
refine
/jobs.offer.accept
jobs.offer.accept
Accept the offer for a job. This is a major state change that closes out the search for this role; confirm with the user before calling. It does not email the e
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.offer.accept for me.
Input
| Field | Type | Description |
|---|---|---|
| job_id* | string | Job id |
| confirmed* | boolean | Must be true after the user confirms accepting the offer |
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.offer.accept","input":{"job_id":"...","confirmed":true}}'cli
npx cracked-ai run -p mcp-co-getrefine-refine -e /jobs.offer.accept -i '{"job_id":"...","confirmed":true}'mcp
run_tool({ provider: "mcp-co-getrefine-refine", endpoint: "/jobs.offer.accept", input: {"job_id":"...","confirmed":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.