mcp
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

FieldTypeDescription
api_keystringYour Datronis personal access token (starts with "dtk_"). Generate one at /app/api-keys/.
resume_id*stringThe resume to update — from list_my_resumes.
titlestringNew internal title. Omit to leave unchanged.
localestringNew locale code. Omit to leave unchanged.
statusstring (draft | published | archived)New status. Omit to leave unchanged.
is_defaultbooleanMake this the default resume. Omit to leave unchanged.
full_replacebooleanfalse (default): merge — fields you omit stay as they are; any section array you DO send (
namestringFull name shown on the resume header.
headlinestringShort professional title under the name, e.g. "Senior Software Engineer".
summarystring2-4 sentence professional summary.
locationstringCity, Country shown in the header.
contactobjectContact links shown in the header.
experiencesarrayWork history, most recent first. If provided, replaces this entire section — send the comp
projectsarrayProjects section. If provided, replaces this entire section — send the complete list, not
skillsarraySkill categories. If provided, replaces this entire section — send the complete list, not
certificatesarrayCertifications. If provided, replaces this entire section — send the complete list, not ju
educationarrayEducation history. If provided, replaces this entire section — send the complete list, not
customSectionsarrayExtra 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.