refine
R
refine
/jobs.add

jobs.add

Add a new job to 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.add for me.

Input

FieldTypeDescription
title*stringJob title
company*stringCompany name
urlstringURL of the job posting
locationstringJob location
sourcestringWhere this job came from
compensation_textstringCompensation text from the posting
descriptionstringJob description
qualificationsstringJob qualifications

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

Try it

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