R
refine
/jobs.update
jobs.update
Update a job in your journey
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.update for me.
Input
| Field | Type | Description |
|---|---|---|
| job_id* | string | Job id |
| title | string | Job title |
| company | string | Company name |
| location | string | Job location |
| url | string | URL of the job posting |
| source | string | Where this job came from |
| compensation_text | string | Compensation text from the posting |
| description | string | Job description |
| qualifications | string | Job qualifications |
| notes | string | Markdown notes about this application |
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.update","input":{"job_id":"..."}}'cli
npx cracked-ai run -p mcp-co-getrefine-refine -e /jobs.update -i '{"job_id":"..."}'mcp
run_tool({ provider: "mcp-co-getrefine-refine", endpoint: "/jobs.update", input: {"job_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.