{"name":"resume-review-pack","description":"Reviews a resume in one call: ATS fit score, PII exposure scan, and a summary polish. Composite: one call runs resume-scorer + detect-pii + rewrite-tone in parallel. Returns the 0-100 ATS score with calibrated subscores (keyword match, experience, skills, formatting, impact) and ranked improvement suggestions, a PII exposure report (emails, phones, addresses, SSNs) with risk level, and a confident-tone rewrite of the resume's summary/objective section. The rewrite stage is optional and bounded; its failure degrades the response instead of failing it. Includes composed_of + per-component telemetry. Use it as a job application pre-flight, resume vs job description fit bundle, or CV review workflow.","price":"$0.06","method":"POST","input_schema":{"properties":{"resume_text":{"type":"string","description":"Full resume plain text. Max 18,000 chars."},"job_description":{"type":"string","description":"Target job description. Max 8,000 chars."}},"required":["resume_text","job_description"]},"input_example":{"resume_text":"Jane Doe — Software Engineer, 5 yrs Python...","job_description":"Senior Backend Engineer..."},"output_example":{"score":{"score":{"overall_score":82,"verdict":"match"}},"pii":{"match_count":2,"risk_level":"low"},"improved_summary":{"text":"Senior engineer with five years of Python experience delivering..."},"composed_of":["resume-scorer","detect-pii","rewrite-tone"],"components":[{"name":"resume-scorer","ok":true,"ms":4100},{"name":"detect-pii","ok":true,"ms":2300},{"name":"rewrite-tone","ok":true,"ms":1800}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}