upload-resume
:
Instructions
Upload a resume file (PDF, DOCX, TXT) as base64-encoded content and parse it into structured data. Returns extracted contact info, work experience, education, and skills. Use this as the first step in a job application workflow before running ats-score or job-hunter-run. Max file size ~10 MB. Requires scope: upload:write. For parsing without the upload step, use resume-parse instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileBase64 | Yes | Base64-encoded file content (PDF, DOCX, etc.) — max ~10 MB | |
| filename | Yes | Original filename with extension (e.g. resume.pdf) | |
| contentType | No | MIME type (e.g. application/pdf) |