mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 08:54:05 +10:00
Add application tracker REST and MCP parity
Add comprehensive Application Tracker REST and MCP coverage, document the MCP workflow, add Markdown/ActionLint checks, bump the release version, and fill all extracted translations.
This commit is contained in:
@@ -3,7 +3,7 @@ title: "API and MCP Resume Automation"
|
||||
description: "Automate resume workflows in Reactive Resume with API keys, the Patch API, the MCP server, AI agent tools, and the JSON resume schema."
|
||||
---
|
||||
|
||||
Reactive Resume supports resume automation through authenticated API access and an MCP server that lets compatible tools list, read, create, import, duplicate, and patch resumes.
|
||||
Reactive Resume supports automation through authenticated API access and an MCP server that lets compatible tools work with resumes and job applications. Agents can list, read, create, import, duplicate, and patch resumes, then track applications, move opportunities through stages, add notes and follow-ups, attach sent documents, and run Application Copilot actions.
|
||||
|
||||
## Automation options
|
||||
|
||||
@@ -26,6 +26,12 @@ You can build workflows that:
|
||||
- Read resume data for review or transformation.
|
||||
- Patch targeted fields without replacing the whole resume.
|
||||
- Connect an MCP-compatible client to operate on resumes with authenticated tools.
|
||||
- Track job applications end to end from an MCP client.
|
||||
- Import existing application rows from a spreadsheet parser.
|
||||
- Move applications through stages and log timeline notes.
|
||||
- Attach the resume or cover-letter PDF sent for an application.
|
||||
- Score a linked resume against a job description and create a tailored resume copy.
|
||||
- Draft cover letters and recruiter follow-ups from saved application context.
|
||||
|
||||
The Patch API is the safest starting point for targeted resume updates because it is designed around explicit changes to existing resume data.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user