D
Dynomatix
/dynomatix_submit_application
Apply for a position
Submit a job application to Dynomatix, résumé included. This is final: it delivers straight to a monitored human inbox and cannot be edited, recalled or deleted
liveverifiedunknown~5s typical
mcpprobeddynomatix
$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-dynomatix-company /dynomatix_submit_application for me.
Input
| Field | Type | Description |
|---|---|---|
| position* | string | Slug of the role, from dynomatix_list_open_positions. A role that is not on that list is n |
| name* | string | The applicant's full name. |
| email* | string | The applicant's email address, in the form name@example.com. This is the only way they wil |
| phone | string | Optional. The applicant's phone number. |
| portfolio | string | Optional. A full web address starting with http:// or https:// — a portfolio, GitHub profi |
| letter | string | Optional cover letter. Newlines are preserved. |
| resume_url | string | An https URL that downloads the résumé file directly. Not a sharing or preview page — the |
| resume_base64 | string | The résumé's bytes, base64-encoded. Use this OR resume_url, never both. Requires resume_fi |
| resume_filename | string | Required with resume_base64: it is the only source of the file's extension, which must be |
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-dynomatix-company","endpoint":"/dynomatix_submit_application","input":{"position":"...","name":"...","email":"..."}}'cli
npx cracked-ai run -p mcp-com-dynomatix-company -e /dynomatix_submit_application -i '{"position":"...","name":"...","email":"..."}'mcp
run_tool({ provider: "mcp-com-dynomatix-company", endpoint: "/dynomatix_submit_application", input: {"position":"...","name":"...","email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.