R
refine
/jobs.offer.update
jobs.offer.update
Update the offer recorded for a job
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.update for me.
Input
| Field | Type | Description |
|---|---|---|
| job_id* | string | Job id |
| base_salary_cents | integer | Base salary in cents (e.g. 15000000 for $150k) |
| currency | string (USD | EUR | GBP | CAD | AUD) | Supported currency code |
| rsu_text | string | RSU details as text |
| equity_text | string | Equity details as text |
| bonus_cents | integer | Bonus in cents |
| deadline_at | string | ISO 8601 offer deadline with timezone |
| next_action | string | The next step on this offer |
| notes | string | Notes about the offer |
| initial_salary_cents | integer | The originally offered base salary in cents |
| initial_equity_text | string | The originally offered equity as text |
| initial_rsu_text | string | The originally offered RSUs as text |
| initial_bonus_cents | integer | The originally offered bonus in cents |
| target_salary_cents | integer | The base salary you are negotiating toward, in cents |
| target_rsu_text | string | The RSUs you are negotiating toward, as text |
| target_equity_text | string | The equity you are negotiating toward, as text |
| target_bonus_cents | integer | The 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.update","input":{"job_id":"..."}}'cli
npx cracked-ai run -p mcp-co-getrefine-refine -e /jobs.offer.update -i '{"job_id":"..."}'mcp
run_tool({ provider: "mcp-co-getrefine-refine", endpoint: "/jobs.offer.update", input: {"job_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.