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
| Field | Type | Description |
|---|---|---|
| id* | string | Candidate ID (integer) or alias (string). |
| first_name | string | Candidate first name. |
| last_name | string | Candidate last name. |
| string | Candidate email address. | |
| phone | string | Candidate phone number. |
| profile | object | Key-value map of profile field answers. Keys can be question text or question_id. |
| job_id | number | Job ID to create a new application for this candidate. |
| stage_id | number | Pipeline stage ID for the application. Requires job_id. |
| city | string | Candidate city for location/timezone resolution. |
| state | string | Candidate state or region. |
| country | string | Candidate country name or ISO code. |
| timezone | string | IANA timezone (e.g. 'America/Los_Angeles'). Auto-resolved from city/country if omitted. |
| resume_text | string | Plain-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.