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
| Field | Type | Description |
|---|---|---|
| job_id* | string | Job id |
| event_type* | string (offer | counter) | Whether the event records an employer offer or your counter |
| event_date | string | Event date in YYYY-MM-DD format |
| salary_cents | integer | Salary in cents (e.g. 15000000 for $150k) |
| equity_text | string | Equity details (e.g. "0.05% over 4 years") |
| bonus_cents | integer | Signing bonus in cents |
| notes | string | Notes 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.