AD
AI Dev Jobs
/record_my_application_outcome
Record My Screening Progress
Record one email-verified candidate's explicitly authorized, fixed-taxonomy application outcome for $0. The receipt is candidate-reported, not employer-verified
liveverifiedunknown~5s typical
mcpprobedaidevjobs
$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-aidevboard-jobs /record_my_application_outcome for me.
Input
| Field | Type | Description |
|---|---|---|
| application_id* | string | Application ID returned by apply_to_job. |
| outcome* | string (screening_requested | assessment_requested | interview_requested | rejected | withdrawn | no_response_30d) | |
| principal_authorized* | boolean | True only after the named candidate authorizes this exact self-report. |
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-aidevboard-jobs","endpoint":"/record_my_application_outcome","input":{"application_id":"...","outcome":"screening_requested","principal_authorized":true}}'cli
npx cracked-ai run -p mcp-com-aidevboard-jobs -e /record_my_application_outcome -i '{"application_id":"...","outcome":"screening_requested","principal_authorized":true}'mcp
run_tool({ provider: "mcp-com-aidevboard-jobs", endpoint: "/record_my_application_outcome", input: {"application_id":"...","outcome":"screening_requested","principal_authorized":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.