M
mcp
/apply_to_job
apply to job
Submit a job application on behalf of the authenticated user. Requires a personal access token (generate one at /app/api-keys/). If no resume_id is given, your
liveverifiedunknown~5s typical
mcpprobedmcp
$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-datronis-mcp /apply_to_job for me.
Input
| Field | Type | Description |
|---|---|---|
| api_key | string | Your Datronis personal access token (starts with "dtk_"). Generate one at /app/api-keys/. |
| job_id* | string | Job ID to apply for (from search_jobs or get_job) |
| resume_id | string | Resume to attach. If omitted, your default resume (or most recently updated) is used autom |
| cover_letter | string | Optional cover letter text |
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-datronis-mcp","endpoint":"/apply_to_job","input":{"job_id":"..."}}'cli
npx cracked-ai run -p mcp-com-datronis-mcp -e /apply_to_job -i '{"job_id":"..."}'mcp
run_tool({ provider: "mcp-com-datronis-mcp", endpoint: "/apply_to_job", input: {"job_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.