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
| Field | Type | Description |
|---|---|---|
| api_key | string | Your Datronis personal access token (starts with "dtk_"). Generate one at /app/api-keys/. |
| title | string | Internal title to identify this resume, e.g. "Backend Engineer — EU". Defaults to "Untitle |
| locale | string | 2-letter locale code for this resume version, e.g. "en", "de". Defaults to "en". |
| is_default | boolean | Make this the default resume — used by apply_to_job when no resume_id is given. |
| 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":"/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.