mcp
M
mcp
/create_resume

create resume

Create a new resume for the authenticated user by directly specifying its content — name, headline, summary, contact info, work experience, education, skills, p

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 /create_resume for me.

Input

FieldTypeDescription
api_keystringYour Datronis personal access token (starts with "dtk_"). Generate one at /app/api-keys/.
titlestringInternal title to identify this resume, e.g. "Backend Engineer — EU". Defaults to "Untitle
localestring2-letter locale code for this resume version, e.g. "en", "de". Defaults to "en".
is_defaultbooleanMake this the default resume — used by apply_to_job when no resume_id is given.
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":"/create_resume","input":{}}'
cli
npx cracked-ai run -p mcp-com-datronis-mcp -e /create_resume -i '{}'
mcp
run_tool({ provider: "mcp-com-datronis-mcp", endpoint: "/create_resume", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.