refine
R
refine
/jobs.offer.add_negotiation

jobs.offer.add negotiation

Log a negotiation event on an offer (counter-offer, update, etc.)

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

Input

FieldTypeDescription
job_id*stringJob id
event_type*string (offer | counter)Whether the event records an employer offer or your counter
event_datestringEvent date in YYYY-MM-DD format
salary_centsintegerSalary in cents (e.g. 15000000 for $150k)
equity_textstringEquity details (e.g. "0.05% over 4 years")
bonus_centsintegerSigning bonus in cents
notesstringNotes about this negotiation event

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

Try it

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