M
mcp
/update_resume
update resume
Update an existing resume's content and/or metadata (title, locale, status, default flag). By default this merges: fields you omit stay as they are, and any sec
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 /update_resume for me.
Input
| Field | Type | Description |
|---|---|---|
| api_key | string | Your Datronis personal access token (starts with "dtk_"). Generate one at /app/api-keys/. |
| resume_id* | string | The resume to update — from list_my_resumes. |
| title | string | New internal title. Omit to leave unchanged. |
| locale | string | New locale code. Omit to leave unchanged. |
| status | string (draft | published | archived) | New status. Omit to leave unchanged. |
| is_default | boolean | Make this the default resume. Omit to leave unchanged. |
| full_replace | boolean | false (default): merge — fields you omit stay as they are; any section array you DO send ( |
| name | string | Full name shown on the resume header. |
| headline | string | Short professional title under the name, e.g. "Senior Software Engineer". |
| summary | string | 2-4 sentence professional summary. |
| location | string | City, Country shown in the header. |
| contact | object | Contact links shown in the header. |
| experiences | array | Work history, most recent first. If provided, replaces this entire section — send the comp |
| projects | array | Projects section. If provided, replaces this entire section — send the complete list, not |
| skills | array | Skill categories. If provided, replaces this entire section — send the complete list, not |
| certificates | array | Certifications. If provided, replaces this entire section — send the complete list, not ju |
| education | array | Education history. If provided, replaces this entire section — send the complete list, not |
| customSections | array | Extra named sections not covered above (awards, publications, volunteering, etc). If provi |
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":"/update_resume","input":{"resume_id":"..."}}'cli
npx cracked-ai run -p mcp-com-datronis-mcp -e /update_resume -i '{"resume_id":"..."}'mcp
run_tool({ provider: "mcp-com-datronis-mcp", endpoint: "/update_resume", input: {"resume_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.