score_resume_from_freeform
Scores free-form resume text by extracting email, GitHub, project names, and tech keywords using regex, then applies an engineering rubric to produce a numeric score.
Instructions
Score a resume passed as free-form text. The server makes best-effort regex extraction of email, GitHub, project names, and tech keywords. Less accurate than score_resume with structured input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Full resume text (plain text, no formatting). |