resume_quantifier
Status: Shipped.
What it does
Adds numbers to a caller-supplied set of resume bullets.
Why it exists
docs/marketing/resume-builder/02-ai-tools.md describes it explicitly as "a narrower sibling of
Enhance Bullets… not a general rewrite tool" — tightening bullets that already exist, not
inventing new ones.
How to use it
Web UI: "Quantify Bullets" in the resume editor. MCP: quantify-resume-bullets (scope
ai:generate).
What it reads
Only the bullet array plus positionTitle and company.
What it will not do
It does not read your resume, Career Library, job description, projects, or repositories — its input is exactly the bullets you pass it, nothing more.
Source
apps/api/src/ai/skill-tools.ts:228 · apps/api/src/routes/ai.ts:1302
(POST /ai/quantify-bullets) ·
packages/mcp-tool-server/src/core/tools/ai-standalone.ts:84-91 (quantify-resume-bullets)