100Hires
1
100Hires
/hires_update_candidate

hires update candidate

Update candidate fields, profile answers, and optional resume text. Used for bi-directional sync from ATS, CRM, sourcing, or enrichment tools. When the user pro

liveunknown~5s typical
mcp100hires
$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-com-100hires-100hires /hires_update_candidate for me.

Input

FieldTypeDescription
id*stringCandidate ID (integer) or alias (string).
first_namestringCandidate first name.
last_namestringCandidate last name.
emailstringCandidate email address.
phonestringCandidate phone number.
profileobjectKey-value map of profile field answers. Keys can be question text or question_id.
job_idnumberJob ID to create a new application for this candidate.
stage_idnumberPipeline stage ID for the application. Requires job_id.
citystringCandidate city for location/timezone resolution.
statestringCandidate state or region.
countrystringCandidate country name or ISO code.
timezonestringIANA timezone (e.g. 'America/Los_Angeles'). Auto-resolved from city/country if omitted.
resume_textstringPlain-text resume content extracted by the model from an attached file. Stored as a text/p

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-com-100hires-100hires","endpoint":"/hires_update_candidate","input":{"id":"..."}}'
cli
npx cracked-ai run -p mcp-com-100hires-100hires -e /hires_update_candidate -i '{"id":"..."}'
mcp
run_tool({ provider: "mcp-com-100hires-100hires", endpoint: "/hires_update_candidate", input: {"id":"..."} })

Try it

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