refine
R
refine
/jobs.offer.create

jobs.offer.create

Record a job offer with compensation details

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.create for me.

Input

FieldTypeDescription
job_id*stringJob id
base_salary_centsintegerBase salary in cents (e.g. 15000000 for $150k)
currencystring (USD | EUR | GBP | CAD | AUD)Supported currency code
rsu_textstringRSU details as text
equity_textstringEquity details as text
bonus_centsintegerBonus in cents
deadline_atstringISO 8601 offer deadline with timezone
next_actionstringThe next step on this offer
notesstringNotes about the offer
initial_salary_centsintegerThe originally offered base salary in cents
initial_equity_textstringThe originally offered equity as text
initial_rsu_textstringThe originally offered RSUs as text
initial_bonus_centsintegerThe originally offered bonus in cents
target_salary_centsintegerThe base salary you are negotiating toward, in cents
target_rsu_textstringThe RSUs you are negotiating toward, as text
target_equity_textstringThe equity you are negotiating toward, as text
target_bonus_centsintegerThe bonus you are negotiating toward, in cents

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.create","input":{"job_id":"..."}}'
cli
npx cracked-ai run -p mcp-co-getrefine-refine -e /jobs.offer.create -i '{"job_id":"..."}'
mcp
run_tool({ provider: "mcp-co-getrefine-refine", endpoint: "/jobs.offer.create", input: {"job_id":"..."} })

Try it

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